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

Switching Authorization scheme from Bearer to Token #175

Merged
merged 1 commit into from
Aug 6, 2024

Conversation

c4ffein
Copy link

@c4ffein c4ffein commented Aug 1, 2024

The RealWorld OpenAPI spec specifies the Token and not Bearer scheme, so the current implementation is incompatible with most backends
This PR provides a potential fix

Thanks in advance

Copy link

vercel bot commented Aug 1, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
vue3-realworld-example-app-ydu6 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 1, 2024 11:31pm

Copy link

codecov bot commented Aug 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.03%. Comparing base (18c68dc) to head (9c4f058).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #175   +/-   ##
=======================================
  Coverage   97.03%   97.03%           
=======================================
  Files          34       34           
  Lines        1890     1890           
  Branches      199      199           
=======================================
  Hits         1834     1834           
  Misses         54       54           
  Partials        2        2           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mutoe mutoe merged commit b14ba50 into mutoe:master Aug 6, 2024
9 checks passed
@mutoe
Copy link
Owner

mutoe commented Aug 6, 2024

Thanks for you contribution ❤️

Close #176

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.

2 participants