stage 2 of oauth removal, switch to sanctum pat tokens completed, docs updated
This commit is contained in:
@@ -209,7 +209,7 @@ class AuthenticatedSessionController extends Controller
|
||||
$path = '/'.$path;
|
||||
}
|
||||
|
||||
if (str_starts_with($path, '/event-admin') || str_starts_with($path, '/api/v1/oauth/authorize')) {
|
||||
if (str_starts_with($path, '/event-admin')) {
|
||||
return $hasScheme ? $target : $path;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user