1
0
mirror of https://github.com/volatiletech/authboss.git synced 2024-11-24 08:42:17 +02:00

Merge branch 'frederikhors/patch-3' into dev

This commit is contained in:
Aaron L 2019-01-12 10:43:01 -08:00
commit 6402c5da57

View File

@ -382,8 +382,8 @@ method. This ensures the above facets are taken care of which the exception of t
If it's also desirable to have the user logged out, please use the following methods to erase
all known sessions and cookies from the user.
* [authboss.DelAllSession](https://godoc.org//github.com/volatiletech/authboss/#DelAllSession)
* [authboss.DelKnownCookie](https://godoc.org//github.com/volatiletech/authboss/#DelKnownCookie)
* [authboss.DelKnownSession](https://godoc.org/github.com/volatiletech/authboss/#DelKnownSession)
* [authboss.DelKnownCookie](https://godoc.org/github.com/volatiletech/authboss/#DelKnownCookie)
*Note: DelKnownSession has been deprecated for security reasons*
@ -432,9 +432,9 @@ These parameters are returned in `map[string]string` form and passed into the `O
Please see the following documentation for more details:
* [Package docs for oauth2](https://godoc.org//github.com/volatiletech/authboss/oauth2/)
* [authboss.OAuth2Provider](https://godoc.org//github.com/volatiletech/authboss/#OAuth2Provider)
* [authboss.OAuth2ServerStorer](https://godoc.org//github.com/volatiletech/authboss/#OAuth2ServerStorer)
* [Package docs for oauth2](https://godoc.org/github.com/volatiletech/authboss/oauth2/)
* [authboss.OAuth2Provider](https://godoc.org/github.com/volatiletech/authboss/#OAuth2Provider)
* [authboss.OAuth2ServerStorer](https://godoc.org/github.com/volatiletech/authboss/#OAuth2ServerStorer)
## User Registration