mirror of
https://github.com/kataras/iris.git
synced 2026-01-09 13:05:56 +00:00
first release of SSO package and more examples
This commit is contained in:
12
_examples/auth/sso/README.md
Normal file
12
_examples/auth/sso/README.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# SSO (Single Sign On)
|
||||
|
||||
```sh
|
||||
$ go run .
|
||||
```
|
||||
|
||||
1. GET/POST: http://localhost:8080/signin
|
||||
2. GET: http://localhost:8080/member
|
||||
3. GET: http://localhost:8080/owner
|
||||
4. POST: http://localhost:8080/refresh
|
||||
5. GET: http://localhost:8080/signout
|
||||
6. GET: http://localhost:8080/signout-all
|
||||
Reference in New Issue
Block a user