1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-20 10:26:01 +00:00

add a rs/cors full example

Former-commit-id: 9655e04b91145f60e69096cbd662fef08a91f988
This commit is contained in:
Gerasimos (Makis) Maropoulos
2020-06-09 22:12:11 +03:00
parent 350887d302
commit 05ae7792df
4 changed files with 125 additions and 0 deletions

View File

@@ -142,6 +142,7 @@
* [i18n](i18n/main.go)
* Authentication, Authorization & Bot Detection
* [Basic Authentication](auth/basicauth/main.go)
* [CORS](auth/cors)
* [JWT](auth/jwt/main.go)
* [JWT (community edition)](https://github.com/iris-contrib/middleware/tree/v12/jwt/_example/main.go)
* [OAUth2](auth/goth/main.go)