Open misingnoglic opened 5 years ago
Currently we only have login. Registration has to be done in the admin console. Logging out only works by clearing cookies. It would also be nice to have OAuth too.
https://docs.djangoproject.com/en/2.1/topics/auth/default/#auth-web-requests
Simple logout implemented here: https://github.com/misingnoglic/polling_app/commit/10b64352933ee2c5bf8d3c39862a3e1ffcce72ca
Currently we only have login. Registration has to be done in the admin console. Logging out only works by clearing cookies. It would also be nice to have OAuth too.
https://docs.djangoproject.com/en/2.1/topics/auth/default/#auth-web-requests