-
Notifications
You must be signed in to change notification settings - Fork 326
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cognito auth 2/7 - add authorization app #5798
Conversation
…-auth-authorization-app
wip/pb/cognito-auth-authorization-app
…-auth-authorization-app
@@ -111,6 +111,7 @@ | |||
- [Named arguments syntax is now recognized in IDE][5774]. Connections to | |||
function arguments will now use named argument syntax instead of inserting | |||
wildcards on all preceding arguments. | |||
- [Added boilerplate React app for authorization via Cognito+AWS Amplify][5798]. |
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.
Please make it a little bit more wordy and easier to read. The Changeling should be understandable by no-code users :)
@@ -36,6 +37,7 @@ | |||
"electron-builder": "^22.14.13", | |||
"electron-notarize": "1.2.2", | |||
"enso-copy-plugin": "^1.0.0", | |||
"enso-studio-common": "^1.0.0", |
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.
We do not have "Enso Studio" anymore. It is super old name and instead of that we are using "Enso" now. In case "Enso" would not be sufficient, we can use "Enso IDE", but "Enso" would be better and more consistent.
e196722
to
109e51d
Compare
i've taken the liberty to:
|
afaict the only issue left to be addressed is the one about the changelog message |
…so-org/enso into wip/pb/cognito-auth-authorization-app
Pull Request Description
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.
Important Notes
Checklist
Please include the following checklist in your PR:
Scala,
Java,
and
Rust
style guides.
./run ide build
and./run ide watch
.