This website requires JavaScript.
Explore
Help
Sign In
enso-org
/
enso
Watch
1
Star
1
Fork
0
You've already forked enso
mirror of
https://github.com/enso-org/enso.git
synced
2025-01-07 05:09:21 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
0fc8683108
enso
/
app
/
ide-desktop
/
lib
/
dashboard
/
tsconfig.json
5 lines
71 B
JSON
Raw
Normal View
History
Unescape
Escape
Cognito auth 2/7 - add authorization app (#5798) 2nd PR for IDE/Cloud authorization with cognito. This PR introduces boilerplate react app + some amplify code to fetch the access token + username of the currently logged in user, if they are already authenticated. Registration + Login + Set Username + Forgot Password flows are to be added in next PRs to keep the changes reviewable.
2023-03-15 14:54:16 +03:00
{
Cognito auth 3/7 - add registration (#5864) 3rd PR for IDE/Cloud authorization with cognito. This PR introduces registration templates + flows + amplify wrappers for registering & confirming user registration. Login + Set Username + Forgot Password flows are to be added in next PRs to keep the changes reviewable.
2023-03-17 18:26:59 +03:00
"extends"
:
"../../tsconfig.json"
,
"include"
:
[
"../types"
,
"."
]
Cognito auth 2/7 - add authorization app (#5798) 2nd PR for IDE/Cloud authorization with cognito. This PR introduces boilerplate react app + some amplify code to fetch the access token + username of the currently logged in user, if they are already authenticated. Registration + Login + Set Username + Forgot Password flows are to be added in next PRs to keep the changes reviewable.
2023-03-15 14:54:16 +03:00
}
Reference in New Issue
Copy Permalink