chore: add notice
chore: name handlers for https://elysiajs.com/blog/elysia-11.html#opentelemetry
Added test where a page is server side rendered and the user is able to log in log out and revoke the token.
Added the revoke function which was provided in arctic v2
Added revokableProvider type
Fixed a few typescript ignore errors with the correct typing
Updated arctic to v2Updated the list of non providers from the arctic type
Fixed file paths and git ignore
Improve the test example Ui and functionality
updated cookies to have http only and secure flags
another cookie
removed the need for prompt conset by properly revoking the access token
formated
readded prompt consent because it solves edge cases without adding overhead
corrected a typo
Merge pull request #3 from deHypeChief/patch-1corrected a typo
chore: add badges
Merge pull request #1 from alexkahndev/mainUpgrade to arctic v2 including adding revoke handler
chore: pin arctic in peer deps as * (#1)
chore: remove bun.lockb from ignore
chore: uninstall prettier by (#1)
chore: add build directory to gitignore (#1)
chore: add .env.example and lint file (#1)
chore: lint fixes after #1
chore: remove unused // @ts-expect-error
chore: exclude more notProviders (pilcrowonpaper/arctic#159)
feat: update plugin to v2 usage
chore: add options example to README
feat: write README update script
chore: fix parser and update README
chore: add MIT license
chore: bump to v2
chore: README improves
What's Changed
- corrected a typo by @deHypeChief in #3
- Upgrade to arctic v2 including adding revoke handler by @alexkahndev in #1
New Contributors
- @deHypeChief made their first contribution in #3
- @alexkahndev made their first contribution in #1
Full Changelog: v1.3.0...v2.0.0