mirror of
https://github.com/kataras/iris.git
synced 2025-01-26 03:56:34 +01:00
d556cfc39a
Former-commit-id: ca20d256b766e3e8717e91de7a3f3b5f213af0bc
8 lines
342 B
Markdown
8 lines
342 B
Markdown
# Authentication
|
|
|
|
- [Basic Authentication](basicauth/main.go)
|
|
- [OAUth2](oauth2/main.go)
|
|
- [JWT](https://github.com/kataras/iris/tree/master/_examples/miscellaneous/jwt)
|
|
- [JWT (community edition)](https://github.com/iris-contrib/middleware/blob/master/jwt)
|
|
- [Sessions](https://github.com/kataras/iris/tree/master/_examples/sessions)
|