Skip to content

Conversation

@yezz123
Copy link
Owner

@yezz123 yezz123 commented Jan 4, 2026

Fixes #771

  • Introduced a new section in the documentation detailing the dual location pattern for access and refresh tokens.
  • Added example code for implementing access tokens in headers and refresh tokens in HTTP-only cookies.
  • Created a new example script demonstrating the complete flow of login, token retrieval, refresh, and logout using this pattern.

- Introduced a new section in the documentation detailing the dual location pattern for access and refresh tokens.
- Added example code for implementing access tokens in headers and refresh tokens in HTTP-only cookies.
- Created a new example script demonstrating the complete flow of login, token retrieval, refresh, and logout using this pattern.
@vercel
Copy link

vercel bot commented Jan 4, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
authx Ready Ready Preview, Comment Jan 4, 2026 5:10pm

@sonarqubecloud
Copy link

sonarqubecloud bot commented Jan 4, 2026

@codecov
Copy link

codecov bot commented Jan 4, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.69%. Comparing base (d8ecc5f) to head (f58bca0).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #786   +/-   ##
=======================================
  Coverage   96.69%   96.69%           
=======================================
  Files          15       15           
  Lines         786      786           
  Branches       79       79           
=======================================
  Hits          760      760           
  Misses         20       20           
  Partials        6        6           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@yezz123 yezz123 merged commit 5683049 into main Jan 4, 2026
21 checks passed
@yezz123 yezz123 deleted the 771-access-key branch January 4, 2026 17:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Setup for access token in header and refresh token in cookie

2 participants