db.sqlite3-shm
db.sqlite3-shm
This is a binary file and will not be displayed.
db.sqlite3-wal
db.sqlite3-wal
This is a binary file and will not be displayed.
+1
-1
srv/oauth_handlers.go
+1
-1
srv/oauth_handlers.go
···
25
25
"redirect_uris": []string{s.BaseURL + "/auth/callback"},
26
26
"grant_types": []string{"authorization_code", "refresh_token"},
27
27
"response_types": []string{"code"},
28
-
"scope": "atproto",
28
+
"scope": "atproto transition:generic",
29
29
"token_endpoint_auth_method": "none",
30
30
"application_type": "web",
31
31
"dpop_bound_access_tokens": true,