mirror of
https://github.com/EddieTheCubeHead/Stagnum.git
synced 2026-04-26 06:05:49 +03:00
[PR #61] [MERGED] 60 auth flow in core is not working correctly #259
Labels
No labels
bug
bug
client
design
documentation
feature
feature
infrastructure
pull-request
ready for development
server
server
spike
technical work
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Stagnum#259
Loading…
Add table
Add a link
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?
📋 Pull Request Information
Original PR: https://github.com/EddieTheCubeHead/Stagnum/pull/61
Author: @EddieTheCubeHead
Created: 2/8/2024
Status: ✅ Merged
Merged: 2/8/2024
Merged by: @EddieTheCubeHead
Base:
master← Head:60-auth-flow-in-backend-not-working-correctly📝 Commits (1)
66ede6eAdd fixes📊 Changes
7 files changed (+26 additions, -27 deletions)
View changed files
📝
server/src/api/auth/models.py(+1 -1)📝
server/src/api/auth/routes.py(+5 -5)📝
server/src/api/common/dependencies.py(+1 -2)📝
server/test/auth_features/auth_login_callback_features.py(+4 -4)📝
server/test/auth_features/auth_login_features.py(+12 -12)📝
server/test/auth_features/cleanup_state_strings_features.py(+2 -2)📝
server/test/auth_features/conftest.py(+1 -1)📄 Description
Changed "url" to "uri" everywhere but the database. Need to be a bit more careful with that so creating a separate ticket (+ it's just a semantic thing, not affecting functionality)
Fixed storing tokens in instance state instead of class state in token holder.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.