Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add google auth, remove JWT and bcrypt #9

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

add google auth, remove JWT and bcrypt #9

wants to merge 3 commits into from

Conversation

lmaotrigine
Copy link
Collaborator

This addresses issues #3, #5, and #6.

Summary

  • Remove bcrypt and JWT flask extensions.
  • Add a minimal PASETO implementation by yours truly that only serves this purpose
  • Implement Google OAuth endpoints
  • Update requirements.txt to work on more platforms and only contain needed libraries. This is currently managed by poetry, which I didn't want to include in this project until further discussion.
  • Update documentation to include minimum python version, database setup instructions, new environment variables, and Google OAuth application set up. Also added a note on virtual environments.

Once this is merged, sinsniwal/iitm-server-bot#17 can be implemented by creating new endpoints here.

Documentation is updated, and requirements are more streamlined
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Migrate from JWT to PASETO Google Oauth Implementation Bad Oauth state implementation
2 participants