This repository has been archived by the owner on Sep 19, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: update deps * feat: add e2e tests
- Loading branch information
Showing
16 changed files
with
272 additions
and
156 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,21 @@ | ||
import { initAuth0 } from '@auth0/nextjs-auth0' | ||
|
||
export default initAuth0({ | ||
audience: process.env.AUTH0_AUDIENCE, | ||
clientId: process.env.AUTH0_CLIENT_ID, | ||
issuerBaseURL: `https://${process.env.AUTH0_DOMAIN}`, | ||
clientID: process.env.AUTH0_CLIENT_ID, | ||
clientSecret: process.env.AUTH0_CLIENT_SECRET, | ||
scope: process.env.AUTH0_SCOPE, | ||
domain: process.env.AUTH0_DOMAIN, | ||
redirectUri: process.env.AUTH0_REDIRECT_URI, | ||
postLogoutRedirectUri: process.env.AUTH0_POST_LOGOUT_REDIRECT_URI, | ||
secret: process.env.AUTH0_SESSION_COOKIE_SECRET, | ||
clockTolerance: 60, | ||
baseURL: process.env.DOMAIN, | ||
routes: { | ||
callback: '/api/callback', | ||
postLogoutRedirect: '/', | ||
}, | ||
authorizationParams: { | ||
audience: process.env.AUTH0_AUDIENCE, | ||
scope: process.env.AUTH0_SCOPE, | ||
}, | ||
session: { | ||
cookieSecret: process.env.AUTH0_SESSION_COOKIE_SECRET, | ||
cookieLifetime: 60 * 60 * 8, | ||
storeAccessToken: true, | ||
storeRefreshToken: true, | ||
storeIdToken: false, | ||
rollingDuration: 60 * 60 * 8, | ||
}, | ||
}) |
Oops, something went wrong.
2f825cb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
web-nusszopf – ./projects/webapp
web-nusszopf-git-master-nusszopf.vercel.app
web-nusszopf-nusszopf.vercel.app
www.nusszopf.org
nusszopf.org
2f825cb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
auth-login-nusszopf – ./projects/auth-login
auth-login-nusszopf-git-master-nusszopf.vercel.app
auth.login.nusszopf.org
auth-login-nusszopf-nusszopf.vercel.app
2f825cb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
auth-password-nusszopf – ./projects/auth-password
auth-password-nusszopf-git-master-nusszopf.vercel.app
auth.password.nusszopf.org
auth-password-nusszopf-nusszopf.vercel.app