-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: [AUTH-2296] RBAC Demo App (#8)
* chore: Update Node to v18 * chore: Port over README changes * chore: Update Stytch package versions, clean old deps * remove project ID and secret from .env.template * checkin: NextJS version bump nicities * checkin: delete all BE API routes * add .turbo to gitignore * remove all of lib * chore: hardcode live and test envs so we don't need stytch npm package * chore: Port over RBAC functionality * Use NextJS-configred ESLint * chore: Remove cookies dep * Make package non-private * remove unused form component * checkin: readme tweaks * chore: run Next Font codemod * feat: [AUTH-2296] RBAC Demo App * remove all of lib
- Loading branch information
1 parent
7fbb768
commit e2b25c8
Showing
36 changed files
with
732 additions
and
3,381 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
# The below values may be found in your Stytch Dashboard: https://stytch.com/dashboard/api-keys | ||
NEXT_PUBLIC_STYTCH_PROJECT_ENV=test | ||
STYTCH_PROJECT_ID="YOUR_STYTCH_PROJECT_ID" | ||
STYTCH_SECRET="YOUR_STYTCH_SECRET" | ||
NEXT_PUBLIC_STYTCH_PUBLIC_TOKEN="YOUR_STYTCH_PUBLIC_TOKEN" |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"extends": "next/core-web-vitals" | ||
} |
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 |
---|---|---|
|
@@ -30,6 +30,7 @@ yarn-error.log* | |
|
||
# vercel | ||
.vercel | ||
.turbo | ||
|
||
# typescript | ||
*.tsbuildinfo | ||
|
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 +1 @@ | ||
v16.10.0 | ||
v18.19.0 |
This file was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.