mirror of
https://github.com/EddieTheCubeHead/Stagnum.git
synced 2026-04-26 06:05:49 +03:00
[PR #201] [MERGED] 200 rename authorization header to adhere to industry standards #317
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#317
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/201
Author: @EddieTheCubeHead
Created: 4/6/2024
Status: ✅ Merged
Merged: 4/7/2024
Merged by: @EddieTheCubeHead
Base:
master← Head:200-rename-authorization-header-to-adhere-to-industry-standards📝 Commits (3)
5a655ff200 Change header field name from "token" to "Authorization" in client code5cb77ef200 Change "token" to "Authorization" in core headers and update testsb91e739Merge branch 'master' into 200-rename-authorization-header-to-adhere-to-industry-standards📊 Changes
18 files changed (+44 additions, -38 deletions)
View changed files
📝
client/components/buttons/iconButtons/addToPoolButton.tsx(+1 -1)📝
client/components/buttons/iconButtons/deleteButton.tsx(+2 -2)📝
client/components/buttons/iconButtons/showMoreIconButton.tsx(+1 -1)📝
client/components/buttons/skipButton.tsx(+1 -1)📝
client/components/layout/poolManager.tsx(+1 -1)📝
client/components/layout/search.tsx(+2 -2)📝
server/src/api/common/dependencies.py(+8 -4)📝
server/test/conftest.py(+1 -1)📝
server/test/pool_features/conftest.py(+1 -1)📝
server/test/pool_features/create_pool_features.py(+5 -5)📝
server/test/pool_features/playback_features.py(+5 -5)📝
server/test/pool_features/playback_websocket_features.py(+2 -2)📝
server/test/pool_features/pool_websocket_features.py(+5 -3)📝
server/test/search_features/album_search_features.py(+2 -2)📝
server/test/search_features/artist_search_features.py(+2 -2)📝
server/test/search_features/general_search_features.py(+1 -1)📝
server/test/search_features/playlist_search_features.py(+2 -2)📝
server/test/search_features/track_search_features.py(+2 -2)📄 Description
While this is not strictly required for it, this creates nice consistency with the upcoming refresh token implementation so I just went ahead and did this.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.