mutoe / vue3-realworld-example-app

Explore the charm of Vue composition API! Vite?
https://vue3-realworld-example-app-mutoe.vercel.app
MIT License
960 stars 343 forks source link

Switching Authorization scheme from Bearer to Token #175

Closed c4ffein closed 3 months ago

c4ffein commented 3 months ago

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

vercel[bot] commented 3 months ago

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
codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

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

Additional details and impacted files ```diff @@ 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 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

mutoe commented 3 months ago

Thanks for you contribution ❤️

Close #176