We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0052d6e commit 3bfa470Copy full SHA for 3bfa470
README.md
@@ -59,7 +59,7 @@ export default defineNuxtConfig({
59
issuer: 'your_issuer_value',
60
clientId: 'your_issuer_clientid',
61
clientSecret: 'secret',
62
- callbackUrl: '', // optional
+ callbackUrl: '', // deprecated from 0.8.0
63
scope: [
64
'email',
65
'profile',
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "nuxt-openid-connect",
3
- "version": "0.7.0",
+ "version": "0.8.0",
4
"description": "An nuxt 3 module with OpenID-Connect(OIDC) integration.",
5
"keywords": [
6
"nuxt",
0 commit comments