mirror of
https://github.com/kataras/iris.git
synced 2025-01-24 03:01:03 +01:00
55bdb44e26
Former-commit-id: 72754683d1bcd4325b5fcd9f57c6cb87f1d7337d
6 lines
253 B
Markdown
6 lines
253 B
Markdown
# Authentication
|
|
|
|
- [Basic Authentication](basicauth/main.go)
|
|
- [OAUth2](oauth2/main.go)
|
|
- [Request Auth(JWT)](https://github.com/iris-contrib/middleware/blob/master/jwt)
|
|
- [Sessions](https://github.com/kataras/iris/tree/master/_examples/#sessions) |