Skip to content

Commit

Permalink
Use a Cookie object instead of SessionStorage (#299)
Browse files Browse the repository at this point in the history
* remove unused dependencies and upgrade other

* Change from using SessionStorage to Cookie

* Update documentation

* Add Zod as dev dependency

* Change to RR

* Simplify even more by removing dependency on the Cookie

Let each strategy expect it if needed

* Regenerate bun.lockb

* Run build before verifying exports

* Drop RR requirement and suggest `@mjackson/headers` for cookies

* Uninstall react-router dev dependency

---------

Co-authored-by: Sergio Xalambrí <sergio@silverback.ventures>
  • Loading branch information
sergiodxa and sergiodxa-silverback authored Nov 24, 2024
1 parent c67147b commit 89ad79d
Show file tree
Hide file tree
Showing 17 changed files with 488 additions and 1,359 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,5 @@ jobs:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install --frozen-lockfile
- run: bun run build
- run: bun run exports
372 changes: 218 additions & 154 deletions README.md

Large diffs are not rendered by default.

Binary file modified bun.lockb
Binary file not shown.
113 changes: 0 additions & 113 deletions docs/authenticator.md

This file was deleted.

33 changes: 0 additions & 33 deletions docs/avoid-redirects.md

This file was deleted.

Loading

0 comments on commit 89ad79d

Please sign in to comment.