-
:red_circle: Title: Google and GitHub Buttons Not Providing Proper Authorization in Sign-up
:red_circle: Issue Description:
The Google and GitHub sign-up buttons are currently misconfigured. Instead…
-
pr130 updated
5 years ago
-
-
Integrate OAuth into the application with what we find in #7. This will allow us to provide data to the project list component #8 and file list component #9.
-
As a user, I want to be able to sign-in/up in a way that I know is secure.
### Description
**Given** a user who has a GitHub account
**When** the user chooses to sign-in/up
**Then** they will…
-
Pretty much what the title says, we need to integrate with Github for signup and authentication, this requires a few things.
The setup workflow goes something like this:
1. The SocialPM admin will ha…
-
I am testing github integration for several Autolab courses. Autolab is latest -- v2.12.0.
Docs claim a minimal set of permissions:
> Git Submission works by having students performing OAuth wi…
-
Currently the scope used for Github oauth is defined manually:
https://github.com/dwyl/auth/blob/e1216674c478d5fcb983f0c2f919829a50db1ca2/lib/auth_web/controllers/auth_controller.ex#L65
However wi…
-
I think it would be great if the user can comment on any issue while browsing the same. To do this we need to add the GitHub OAuth.
-
Currently Kamu supports Github oauth.
https://github.com/kamu-data/kamu-node/blob/679029ac4d8a29b704a9fe35479c700e35a06e3a/src/app/api-server/src/app.rs#L437
We use Keycloak and it support generic…