mirror of
https://github.com/snowykami/neo-blog.git
synced 2025-09-03 15:56:22 +00:00
⚡ update user authentication error handling, add invalid credentials response, and modify .gitignore for data directory
This commit is contained in:
@ -5,4 +5,6 @@ const (
|
||||
ErrUnauthorized = "unauthorized access"
|
||||
ErrForbidden = "access forbidden"
|
||||
ErrNotFound = "resource not found"
|
||||
|
||||
ErrInvalidCredentials = "invalid credentials"
|
||||
)
|
||||
|
Reference in New Issue
Block a user