alpha
Login
or
Join now
oyster.cafe
/
tangled-core
forked from
tangled.org/core
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Monorepo for Tangled
Star
0
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
tangled-core
/
appview
/
oauth
/
at
master
7 files
Lewis
appview, knotserver: add didAssign event and PDS rewrite on login
3mo ago
72c139fe
accounts.go
appview, knotserver: add didAssign event and PDS rewrite on login Signed-off-by: Lewis <lewis@tangled.org> Lewis: May this revision serve well! <lewis@tangled.org>
3 months ago
accounts_test.go
fmt: * Signed-off-by: oppiliappan <me@oppi.li>
5 months ago
consts.go
fmt: * Signed-off-by: oppiliappan <me@oppi.li>
5 months ago
handler.go
appview, knotserver: add didAssign event and PDS rewrite on login Signed-off-by: Lewis <lewis@tangled.org> Lewis: May this revision serve well! <lewis@tangled.org>
3 months ago
oauth.go
go.mod: bump indigo version to fork We will start using our own forked version of indigo package. Signed-off-by: Seongmin Lee <git@boltless.me>
3 months ago
scopes.go
oauth: add granular scope request for atproto records & everything tangled-related
5 months ago
store.go
appview/oauth: invalidate sessions if inactive for too long if sessions are inactive for too long, tokens will not be refreshed, and calling authorized xrpc methods will error out with invalid_grant. this changeset does two things: - tracks the last time a session was active using a new redis pair: `oauth:session_meta:<did>:<session>`, this is updated every time `SaveSession` is called - checks for session inactivity every time `GetSession` is called, and deletes the session if so this way, `GetSession` will never return a session with expired tokens. Signed-off-by: oppiliappan <me@oppi.li>
8 months ago