Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIX: ignore case when authorizing API requests #25

Merged
merged 1 commit into from
Oct 4, 2023

Conversation

crazybolillo
Copy link
Member

The case of the provided UUID in the Authorization header is no longer takn into account when authorizing requests.

The case of the provided UUID in the Authorization header is no longer
takn into account when authorizing requests.
@codecov
Copy link

codecov bot commented Oct 4, 2023

Codecov Report

Merging #25 (ada21da) into main (3529bf8) will increase coverage by 0.09%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #25      +/-   ##
==========================================
+ Coverage   75.93%   76.03%   +0.09%     
==========================================
  Files          34       35       +1     
  Lines         241      242       +1     
==========================================
+ Hits          183      184       +1     
  Misses         58       58              
Files Coverage Δ
app/Http/Middleware/AuthenticateBoard.php 92.85% <100.00%> (ø)
app/Models/Board.php 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@crazybolillo crazybolillo merged commit 1b8e2cf into main Oct 4, 2023
@crazybolillo crazybolillo deleted the auth-board-nocase branch October 4, 2023 00:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant