Skip to content

Commit 404cc13

Browse files
committed
workos variant
1 parent c6fc715 commit 404cc13

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+264
-1665
lines changed

.env.example

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ MAIL_ENCRYPTION=null
5757
MAIL_FROM_ADDRESS="[email protected]"
5858
MAIL_FROM_NAME="${APP_NAME}"
5959

60+
WORKOS_CLIENT_ID=
61+
WORKOS_API_KEY=
62+
WORKOS_REDIRECT_URL="${APP_URL}/authenticate"
63+
6064
AWS_ACCESS_KEY_ID=
6165
AWS_SECRET_ACCESS_KEY=
6266
AWS_DEFAULT_REGION=us-east-1

app/Http/Controllers/Auth/AuthenticatedSessionController.php

Lines changed: 0 additions & 51 deletions
This file was deleted.

app/Http/Controllers/Auth/ConfirmablePasswordController.php

Lines changed: 0 additions & 41 deletions
This file was deleted.

app/Http/Controllers/Auth/EmailVerificationNotificationController.php

Lines changed: 0 additions & 24 deletions
This file was deleted.

app/Http/Controllers/Auth/EmailVerificationPromptController.php

Lines changed: 0 additions & 22 deletions
This file was deleted.

app/Http/Controllers/Auth/NewPasswordController.php

Lines changed: 0 additions & 69 deletions
This file was deleted.

app/Http/Controllers/Auth/PasswordResetLinkController.php

Lines changed: 0 additions & 41 deletions
This file was deleted.

app/Http/Controllers/Auth/RegisteredUserController.php

Lines changed: 0 additions & 51 deletions
This file was deleted.

app/Http/Controllers/Auth/VerifyEmailController.php

Lines changed: 0 additions & 29 deletions
This file was deleted.

app/Http/Controllers/Settings/PasswordController.php

Lines changed: 0 additions & 43 deletions
This file was deleted.

0 commit comments

Comments
 (0)