taarifa / TaarifaTraders

Charter for Cross-Border Trade in Goods and Services
http://crossbordertrade.org
Other
3 stars 1 forks source link

User Authentication & Registration #7

Open fayazv opened 8 years ago

fayazv commented 8 years ago

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 commented 8 years ago

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 commented 8 years ago

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.