mirror of
https://github.com/kataras/iris.git
synced 2025-01-24 03:01:03 +01:00
af9a1f1241
Former-commit-id: 3c1fb7ad47d54133f68ee0ee8ebe4c3835fe4ce0
6 lines
268 B
Markdown
6 lines
268 B
Markdown
# Authentication
|
|
|
|
- [Basic Authentication](basicauth/main.go)
|
|
- [OAUth2](oauth2/main.go)
|
|
- [JWT](https://github.com/kataras/iris/blob/master/_examples/experimental-handlers/jwt/main.go)
|
|
- [Sessions](https://github.com/kataras/iris/tree/master/_examples/#sessions) |