feat: Add github authentication provider (#8980)

* feat: Add github authentication provider

* feat: Change callback to always return a token, expect callbackUrl to point to FE

* fix: Return login redirect URLas a 200 response
This commit is contained in:
Stevche Radevski
2024-09-04 13:14:00 +02:00
committed by GitHub
parent fb832072a4
commit af4f8811bd
23 changed files with 717 additions and 46 deletions
+15
View File
@@ -4364,6 +4364,21 @@ __metadata:
languageName: unknown
linkType: soft
"@medusajs/auth-github@workspace:packages/modules/providers/auth-github":
version: 0.0.0-use.local
resolution: "@medusajs/auth-github@workspace:packages/modules/providers/auth-github"
dependencies:
"@medusajs/types": ^1.11.16
"@medusajs/utils": ^1.11.9
"@types/simple-oauth2": ^5.0.7
cross-env: ^5.2.1
jest: ^29.7.0
msw: ^2.3.0
rimraf: ^5.0.1
typescript: ^5.1.6
languageName: unknown
linkType: soft
"@medusajs/auth-google@workspace:packages/modules/providers/auth-google":
version: 0.0.0-use.local
resolution: "@medusajs/auth-google@workspace:packages/modules/providers/auth-google"