LightningGuard / Syllabus-Creation-Tool

1 stars 2 forks source link

As a developer I want learn how to create user accounts so our app can support accounts and work toward solving issue #3 #21

Open Egonor opened 3 years ago

Egonor commented 3 years ago

Size: 5 points

Egonor commented 3 years ago

Contact CEO/professor about connecting UMBC login to service or google API logins, Django logins with whitelist for faculty?

LightningGuard commented 3 years ago

https://developers.google.com/identity/sign-in/web https://blog.hubspot.com/website/membership-website-builder

The first link would be nice to have since all UMBC accounts already use google. Possibly we could try to understand HTML a bit to add a type of whitelist for faculty. I may have to learn HTML or a way to transfer this log-in HTML code into Django Python. It seems to use just use Google APIs to gather sign-in data.

Egonor commented 3 years ago

The first link you provided is deprecated. If we implement anything it should be the current implementation. I don't know how the second link relates to this.

Check these links: Django Oauth Video Written Guide 1 Written Guide 2 Package they use: AllAuth