beef up auth #27
Labels
No labels
backend
beginner-friendly
bug
build
db
endpoint
federation
http
low-priority
tests
waiting for zig 0.11
web
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: heartles/fediglam#27
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The /auth/login endpoint should return a login cookie instead of a token
Part of this is done, by adding a /login web endpoint that sets the cookie in it. But the /auth/login endpoint is still around, and there's still a weird fusion of cookies and tokens sitting around. I'm closing this for now, but creating a new issue for better OIDC and Oauth support.