@ymys/directus-extension-sso 1.5.5 → 1.5.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -39,6 +39,8 @@ GOOGLE_CALLBACK_PATH=/auth/callback/google
39
39
  COOKIE_DOMAIN=.your-domain.com
40
40
  COOKIE_SECURE=true
41
41
  COOKIE_SAME_SITE=lax
42
+ SESSION_COOKIE_NAME=directus_session_token
43
+ REFRESH_TOKEN_COOKIE_NAME=directus_refresh_token
42
44
  ```
43
45
 
44
46
  ### Security Note
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@ymys/directus-extension-sso",
3
3
  "description": "Mobile OAuth proxy endpoints for Directus + Keycloak + Google",
4
4
  "icon": "smartphone",
5
- "version": "1.5.5",
5
+ "version": "1.5.7",
6
6
  "keywords": [
7
7
  "directus",
8
8
  "directus-extension",