Implement OIDC authentication via Laravel Socialite

This commit is contained in:
2026-04-26 16:32:53 -04:00
parent c0176f9924
commit c2c9464133
11 changed files with 605 additions and 3 deletions
+4
View File
@@ -54,6 +54,10 @@
Login
</button>
<a href="{{ url('auth/social/oidc') }}" class="btn btn-info">
Login with OIDC
</a>
<a class="btn btn-link" href="{{ route('password.request') }}">
Forgot Your Password?
</a>