-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from supertokens/feat/add_oauth2provider
feat: add oauth2provider
- Loading branch information
Showing
10 changed files
with
36 additions
and
31 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,10 +1,10 @@ | ||
{ | ||
"files": { | ||
"main.js": "/static/js/main.ba50d5ee.js", | ||
"main.js": "/static/js/main.81589a39.js", | ||
"index.html": "/index.html", | ||
"main.ba50d5ee.js.map": "/static/js/main.ba50d5ee.js.map" | ||
"main.81589a39.js.map": "/static/js/main.81589a39.js.map" | ||
}, | ||
"entrypoints": [ | ||
"static/js/main.ba50d5ee.js" | ||
"static/js/main.81589a39.js" | ||
] | ||
} |
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 @@ | ||
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link href="//fonts.googleapis.com/css2?family=Rubik:wght@400&display=swap" rel="stylesheet"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>React App</title><script defer="defer" src="/static/js/main.ba50d5ee.js"></script></head><body><script>window.addEventListener("supertokensScriptLoaded",(()=>{supertokensInit("supertokensui",{appInfo:{websiteDomain:"http://localhost:3000",apiDomain:"http://localhost:3001",appName:"My Demo App"},style:"\n [data-supertokens~=container] {\n --palette-background: 51, 51, 51;\n --palette-inputBackground: 41, 41, 41;\n --palette-inputBorder: 41, 41, 41;\n --palette-textTitle: 255, 255, 255;\n --palette-textLabel: 255, 255, 255;\n --palette-textPrimary: 255, 255, 255;\n --palette-error: 173, 46, 46;\n --palette-textInput: 169, 169, 169;\n --palette-textLink: 169, 169, 169;\n }\n "})}))</script><noscript>You need to enable JavaScript to run this app.</noscript><div id="supertokensui"></div></body></html> | ||
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link href="//fonts.googleapis.com/css2?family=Rubik:wght@400&display=swap" rel="stylesheet"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>React App</title><script defer="defer" src="/static/js/main.81589a39.js"></script></head><body><script>window.addEventListener("supertokensScriptLoaded",(()=>{supertokensInit("supertokensui",{appInfo:{websiteDomain:"http://localhost:3000",apiDomain:"http://localhost:3001",appName:"My Demo App"},style:"\n [data-supertokens~=container] {\n --palette-background: 51, 51, 51;\n --palette-inputBackground: 41, 41, 41;\n --palette-inputBorder: 41, 41, 41;\n --palette-textTitle: 255, 255, 255;\n --palette-textLabel: 255, 255, 255;\n --palette-textPrimary: 255, 255, 255;\n --palette-error: 173, 46, 46;\n --palette-textInput: 169, 169, 169;\n --palette-textLink: 169, 169, 169;\n }\n "})}))</script><noscript>You need to enable JavaScript to run this app.</noscript><div id="supertokensui"></div></body></html> |
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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