mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-23 05:06:16 -06:00
[feature] Refactor tokens, allow multiple app redirect_uris
This commit is contained in:
parent
67a2b3650c
commit
3b1b842890
77 changed files with 860 additions and 554 deletions
|
|
@ -260,7 +260,7 @@ var Start action.GTSAction = func(ctx context.Context) error {
|
|||
|
||||
// Build handlers used in later initializations.
|
||||
mediaManager := media.NewManager(state)
|
||||
oauthServer := oauth.New(ctx, dbService)
|
||||
oauthServer := oauth.New(ctx, state, apiutil.GetClientScopeHandler(ctx, state))
|
||||
typeConverter := typeutils.NewConverter(state)
|
||||
visFilter := visibility.NewFilter(state)
|
||||
intFilter := interaction.NewFilter(state)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue