mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 18:51:03 +01:00
666bcacf20
Former-commit-id: b5be58709f17758a8df3ebc99270b97ccd8b18f2
6 lines
256 B
Markdown
6 lines
256 B
Markdown
# Authentication
|
|
|
|
- [Basic Authentication](basicauth/main.go)
|
|
- [OAUth2](oauth2/main.go)
|
|
- [JWT](https://github.com/iris-contrib/middleware/blob/master/jwt/_example/main.go)
|
|
- [Sessions](https://github.com/kataras/iris/tree/master/_examples/#sessions) |