mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-17 22:33:00 -06:00
oidc now working
This commit is contained in:
parent
81206d93f3
commit
20bf141512
10 changed files with 211 additions and 79 deletions
|
|
@ -48,21 +48,10 @@ const (
|
|||
sessionRedirectURI = "redirect_uri"
|
||||
sessionForceLogin = "force_login"
|
||||
sessionResponseType = "response_type"
|
||||
sessionCode = "code"
|
||||
sessionScope = "scope"
|
||||
sessionState = "state"
|
||||
)
|
||||
|
||||
var sessionKeys []string = []string{
|
||||
sessionUserID,
|
||||
sessionClientID,
|
||||
sessionRedirectURI,
|
||||
sessionForceLogin,
|
||||
sessionResponseType,
|
||||
sessionCode,
|
||||
sessionScope,
|
||||
}
|
||||
|
||||
// Module implements the ClientAPIModule interface for
|
||||
type Module struct {
|
||||
config *config.Config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue