Skip to content
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

Incorporate OAuth into the Login #12

Open
beegeiger opened this issue Jul 4, 2018 · 1 comment
Open

Incorporate OAuth into the Login #12

beegeiger opened this issue Jul 4, 2018 · 1 comment
Assignees
Labels
enhancement New feature or request Flask Requires a working knowledge of Flask help wanted Extra attention is needed OAuth Requires a working knowledge of OAuth Python Requires a working knowledge of Python

Comments

@beegeiger
Copy link
Owner

Right now, the passwords are hashed and stored using bcrypt. Because the site is accessible on through https, the passwords should therefore be secure. However, using OAuth would make it even more secure and the site even more appealing. Google OAuth seems like the easiest most logical option, but if you have experience with another API, that is an option too as long as it is secure and trusted (i.e. not Facebook).

@beegeiger beegeiger added enhancement New feature or request help wanted Extra attention is needed Python Requires a working knowledge of Python Flask Requires a working knowledge of Flask OAuth Requires a working knowledge of OAuth labels Jul 4, 2018
@beegeiger beegeiger added this to Small Issues to be Fixed/Created in SafeWork Project Improvement via automation Jul 4, 2018
@beegeiger beegeiger moved this from Small Issues to be Fixed/Created to Big Issues to be Fixed/Created in SafeWork Project Improvement Jul 4, 2018
@Satyabrat35
Copy link
Collaborator

Working on it !!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Flask Requires a working knowledge of Flask help wanted Extra attention is needed OAuth Requires a working knowledge of OAuth Python Requires a working knowledge of Python
Projects
SafeWork Project Improvement
  
Big Issues to be Fixed/Created
Development

No branches or pull requests

2 participants