mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-18 03:43:02 -06:00
further oidc
This commit is contained in:
parent
8e0d32d3e1
commit
81206d93f3
14 changed files with 227 additions and 70 deletions
|
|
@ -50,6 +50,7 @@ const (
|
|||
sessionResponseType = "response_type"
|
||||
sessionCode = "code"
|
||||
sessionScope = "scope"
|
||||
sessionState = "state"
|
||||
)
|
||||
|
||||
var sessionKeys []string = []string{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue