Skip to content

Commit

Permalink
change deprecation to @note
Browse files Browse the repository at this point in the history
  • Loading branch information
bert-w committed Jul 15, 2024
1 parent 7b58bc6 commit 413485e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
}

/**
* @deprecated This route is deprecated and will be removed in a future release. Use the "$slug/oauth/callback/{provider}" route instead.
* @note This route can only distinguish between Filament panels using the `state` input. If you have a stateless OAuth
* implementation, use the "$slug/oauth/callback/{provider}" route instead which has the panel in the URL itself.
*/
Route::match(['get', 'post'], "/oauth/callback/{provider}", [SocialiteLoginController::class, 'processCallback'])
->middleware([
Expand Down

0 comments on commit 413485e

Please sign in to comment.