mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-17 00:30:05 +10:00
- implement disable_email_auth env var
- add sync crowdin translations github action
This commit is contained in:
@@ -106,6 +106,12 @@ export class AuthController {
|
||||
return this.handleAuthenticationResponse(user, response);
|
||||
}
|
||||
|
||||
@Get("providers")
|
||||
getAuthProviders() {
|
||||
return this.authService.getAuthProviders();
|
||||
}
|
||||
|
||||
// OAuth Flows
|
||||
@ApiTags("OAuth", "GitHub")
|
||||
@Get("github")
|
||||
@UseGuards(GitHubGuard)
|
||||
|
||||
Reference in New Issue
Block a user