Skip to content

Commit 3bfa470

Browse files
committed
version: 0.8.0
1 parent 0052d6e commit 3bfa470

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export default defineNuxtConfig({
5959
issuer: 'your_issuer_value',
6060
clientId: 'your_issuer_clientid',
6161
clientSecret: 'secret',
62-
callbackUrl: '', // optional
62+
callbackUrl: '', // deprecated from 0.8.0
6363
scope: [
6464
'email',
6565
'profile',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-openid-connect",
3-
"version": "0.7.0",
3+
"version": "0.8.0",
44
"description": "An nuxt 3 module with OpenID-Connect(OIDC) integration.",
55
"keywords": [
66
"nuxt",

0 commit comments

Comments
 (0)