@storyblok/app-extension-auth
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "@storyblok/app-extension-auth", | ||
"description": "A typed JavaScript library for handling authentication with Storyblok apps.", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Johannes Lindgren", |
@@ -88,3 +88,3 @@ # @storyblok/app-extension-auth | ||
For example, the following two properties | ||
- `baseUrl: "https://app.com"` | ||
- `baseUrl: "https://my-app.my-domain.com/"` | ||
- `endpointPrefix: "api/authenticate"` | ||
@@ -98,3 +98,3 @@ | ||
In NodeJS, create a dynamic route that handles the incoming requests with `authHandler()`. See [Framework examples](#Routing for various frameworks). | ||
In NodeJS, create a dynamic route that handles the incoming requests with `authHandler()`. See [Framework examples](#routing-for-various-frameworks). | ||
@@ -101,0 +101,0 @@ For example, in Next.js, create a file `pages/api/connect/[...slugs].ts`: |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5707621
58362