This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
kararas_iris
Watch
1
Star
0
Fork
0
You've already forked kararas_iris
mirror of
https://github.com/kataras/iris.git
synced
2025-12-17 09:57:01 +00:00
Code
Releases
Activity
Files
12546322eb40691ac40d1b8dce3e0d92407605f0
kararas_iris
/
_examples
/
auth
/
auth
History
Gerasimos (Makis) Maropoulos
1ea5cd58be
builtin html template functions changes
2022-12-13 01:37:15 +02:00
..
views
builtin html template functions changes
2022-12-13 01:37:15 +02:00
auth.yml
auth: add an option to enforce the secure attr of the set-cookie
2022-04-02 18:17:47 +03:00
main.go
builtin html template functions changes
2022-12-13 01:37:15 +02:00
README.md
rename the sso to auth package
2022-04-02 17:30:55 +03:00
user_provider.go
minor
2022-05-24 01:44:36 +03:00
user.go
minor
2022-05-24 01:44:36 +03:00
README.md
Auth Package (+ Single Sign On)
$ go run .
GET/POST:
http://localhost:8080/signin
GET:
http://localhost:8080/member
GET:
http://localhost:8080/owner
POST:
http://localhost:8080/refresh
GET:
http://localhost:8080/signout
GET:
http://localhost:8080/signout-all