You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Related to fynnfluegge#74
Add Github login functionality to the application.
* **cdk/rocketnotes.go**
- Add a new lambda function for Github OAuth 2.0 App.
- Add OpenID Identity Provider to Cognito UserPoolClient.
- Update the stack to include the new lambda function.
* **webapp/src/main.ts**
- Add Github OAuth 2.0 App configuration to the `oauth` object.
- Update `Auth.configure` to include Github as an identity provider.
* **webapp/src/aws-exports.js**
- Add Github OAuth 2.0 App configuration to the `awsmobile` object.
---
For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/fynnfluegge/rocketnotes/issues/74?shareId=XXXX-XXXX-XXXX-XXXX).
It should be possible to login with Github account.
Todos
Wrapper for these tasks https://github.com/TimothyJones/github-cognito-openid-wrapper
Good resource https://sst.dev/examples/how-to-add-github-login-to-your-cognito-user-pool.html
The text was updated successfully, but these errors were encountered: