Open HatmanW opened 2 weeks ago
To implement outside AIP use the requests library
This article tells us how to integrate github with django
https://micropyramid.medium.com/integration-of-github-api-with-python-django-6f4253f9deeb
This article tells us how to integrate github with django
https://micropyramid.medium.com/integration-of-github-api-with-python-django-6f4253f9deeb
Looks like it's the Oauth packages for Django, https://djangopackages.org/grids/g/oauth/ Looks like this just got updated 3 days ago. We'll have to do some experimentation after this weekend, but this is looking more and more possible. :thumbsup:
We need to make this repo a Github App so that we can use user logins to authenticate
Some links to help us authenticate https://www.freecodecamp.org/news/set-up-github-oauth-on-django-for-user-authentication/
Currently trying to figure out how to interface with github.