alpha
Login
or
Join now
vvill.dev
/
caddy-atproto-auth
Star
3
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Caddy module to require at-proto authentication and restrict routes to DIDs
Star
3
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
Remove unnecessary scope
author
Will Garrison
date
3 months ago
(Mar 25, 2026, 1:27 AM -0700)
commit
9a836234
9a8362340d912979b101e992e02f8daffa23d66e
parent
3b76c50a
3b76c50ab8890b941a2616ccd3a9a049bddec8cf
+1
-1
1 changed file
Expand all
Collapse all
Unified
Split
internal
oauth
manager.go
+1
-1
internal/oauth/manager.go
Reviewed
···
35
35
config := &indigoOauth.ClientConfig{
36
36
ClientID: clientID,
37
37
CallbackURL: callbackURL,
38
38
-
Scopes: []string{"atproto", "transition:generic"},
38
38
+
Scopes: []string{"atproto"},
39
39
UserAgent: "caddy-atproto-auth/1.0",
40
40
PrivateKey: pk,
41
41
KeyID: &kid,