mirror of
https://github.com/kataras/iris.git
synced 2025-02-13 12:36:20 +01:00
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)
|