For login security using google oauth integration would be simply and more secure than storing hashed passwords in our local database.
Will need to add the login / session management code and use oauth for the actual authenticating.
There is a Google python oauth library:
https://developers.google.com/api-client-library/python/guide/aaa_oauth
For login security using google oauth integration would be simply and more secure than storing hashed passwords in our local database.
Will need to add the login / session management code and use oauth for the actual authenticating.
There is a Google python oauth library:
https://developers.google.com/api-client-library/python/guide/aaa_oauth