This website requires JavaScript.
Explore
Help
Sign In
arcad
/
edge
Watch
15
Star
0
Fork
You've already forked edge
0
Code
Issues
8
Pull Requests
Projects
Releases
3
Wiki
Activity
c63af872ea
edge
/
pkg
/
module
/
auth
/
error.go
6 lines
86 B
Go
Raw
Normal View
History
Unescape
Escape
feat(module,auth): authentication module with arbitrary claims support
2023-02-24 14:40:28 +01:00
package
auth
import
"errors"
feat(sdk,client): add menu to help navigation between apps
2023-04-18 17:57:16 +02:00
var
ErrUnauthenticated
=
errors
.
New
(
"unauthenticated"
)