[GH-ISSUE #60] Auth flow in backend not working correctly #46

Closed
opened 2026-02-27 19:16:39 +03:00 by kerem · 0 comments
Owner

Originally created by @EddieTheCubeHead on GitHub (Feb 8, 2024).
Original GitHub issue: https://github.com/EddieTheCubeHead/Stagnum/issues/60

Token is stored in instance memory for token holder and a new one is constructed for each request.

All "url" naming should be changed to "uri" to be consistent with spotify naming (and to work)

Acceptance criteria:

  • Token is stored in persistent memory (class variable)
  • All auth flow naming with "url" changed to use "uri" instead
Originally created by @EddieTheCubeHead on GitHub (Feb 8, 2024). Original GitHub issue: https://github.com/EddieTheCubeHead/Stagnum/issues/60 Token is stored in instance memory for token holder and a new one is constructed for each request. All "url" naming should be changed to "uri" to be consistent with spotify naming (and to work) Acceptance criteria: - Token is stored in persistent memory (class variable) - All auth flow naming with "url" changed to use "uri" instead
kerem 2026-02-27 19:16:39 +03:00
  • closed this issue
  • added the
    bug
    label
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Stagnum#46
No description provided.