-
Notifications
You must be signed in to change notification settings - Fork 10
Create Sign Up/In Pages #6
Comments
Hi I’ve worked on a prototype with python social auth before and see that some people have it working with DRF. https://github.com/RealmTeam/django-rest-framework-social-oauth2 It might be a good fit for the backend of the application as it supports many providers and I was able to add one for a oauth2 by forking the repository. |
ah yeah, we just used a very simple authentication method because we had only 48 hours to complete the whole thing. we were thinking of integrating firebase authentication so we can offer users may ways to log in and firebase also handles the password resting and encryption |
Sorry didn't mean to critique. 48 hours is not enough time to do much so you did well implementing simple. Do you have any plans to keep working on it on this? I'm a python dev with some django experience though been picking up flutter thanks to https://www.meetup.com/Adventures-in-Flutter-Firebase/events/dbtpsrybckbgb/ and https://github.com/Adventures-In/chat_app . This project seemed interesting to me as it had the recycling focus and used both django and firebase. |
We are planning to at least release this in play store after some code refactoring and fixing some of the hacks we had to do to make the demo working for presentation. Meanwhile, feel free to fork and mess around with the codebase and send PR if you implemented something cool we will definitely merge it. |
No description provided.
The text was updated successfully, but these errors were encountered: