Skip to content

add Google OAuth support#16

Open
bhuvan-5042 wants to merge 1 commit intoGCET-Open-Source-Foundation:mainfrom
bhuvan-5042:feat/google-oauth
Open

add Google OAuth support#16
bhuvan-5042 wants to merge 1 commit intoGCET-Open-Source-Foundation:mainfrom
bhuvan-5042:feat/google-oauth

Conversation

@bhuvan-5042
Copy link
Copy Markdown

  • Add Google_init(), Google_auth_url(), Google_exchange(), Link_google() and Login_google() methods to the Auth struct
  • Add oauth_users table with composite PK (provider, provider_id) to support future OAuth providers
  • Uses net/http directly, no new dependencies added
  • Add docs/google.md and update Readme.md

- Add Google_init(), Google_auth_url(), Google_exchange(), Link_google()
  and Login_google() methods to the Auth struct
- Add oauth_users table with composite PK (provider, provider_id) to
  support future OAuth providers
- Uses net/http directly, no new dependencies added
- Add docs/google.md and update Readme.md
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.

1 participant