mirror of
https://github.com/enso-org/enso.git
synced 2024-12-28 14:42:25 +03:00
6f29262f90
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.
8 lines
129 B
JSON
8 lines
129 B
JSON
{
|
|
"name": "enso-common",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"main": "./src/index.ts",
|
|
"exports": "./src/index.ts"
|
|
}
|