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

User Authentication & Registration #7

Open
fayazv opened this issue Apr 4, 2016 · 2 comments
Open

User Authentication & Registration #7

fayazv opened this issue Apr 4, 2016 · 2 comments
Assignees

Comments

@fayazv
Copy link
Contributor

fayazv commented Apr 4, 2016

The project requires user authentication. There will be an Admin who will create sub-admin accounts for each stakeholder, the sub-admin will be responsible to create user accounts for the stakeholder accounts.

Have found some references to user authentication, but required some assistance implementing:

@kynan
Copy link
Member

kynan commented Apr 8, 2016

Flask-Login looks like a reasonable choice, but be advised that this will be a major undertaking. Taarifa is not currently geared for any kind of authentication, neither on the frontend nor on the API.

Note that securing the frontend will not really help if the API still allows unauthenticated access.

@fayazv
Copy link
Contributor Author

fayazv commented Apr 9, 2016

Thanks for clarifying. The data that will be in the platform is very critical and has to be carefully handled. Hence, the authentication has to be in place.

I can start working on the front-end authentication and later we could see how to implement authentication on the API.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants