Releases: aborn/nuxt-openid-connect
Releases · aborn/nuxt-openid-connect
v0.4.5
What's Changed
- fix:
[worker reload] [worker init] useRuntimeConfig is not defined
in #10
Full Changelog: 0.4.4...0.4.5
v0.4.4
Features:
- Debug mode for logs [except for plugin]
Fixes:
- Scopes compatibility fixed
- Playground minor enhancements
#8
#9
v0.4.3
Add runtimeConfig in .env file.
#7
v0.4.2
support response type 'code'
#6
0.4.1
support response_types config.
Detail: #5
0.4.0
- Upgrade nuxt to 3.0.3 stable.
Fix issue: #3
0.3.0
fix issue: Nuxt version ^3.0.0
is required but currently using 3.0.0-rc.11
issue 1
0.2.5
- auto generate oidc callback url.
- fix multi-sites data sync problem (logout).
- use config.cookiePrefix as localStorage key prefix.