Iconicto / recyclomedia

Recyclomedia is a digital platform that aims to save the planet from pollution which is the major threat to the functioning of earth.

Home Page:https://recyclomedia.iconicto.com/api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create Sign Up/In Pages

akassharjun opened this issue · 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.