Skip to content

Commit

Permalink
Merge pull request #1138 from obozdag/patch-1
Browse files Browse the repository at this point in the history
docs: Small typo in using_session_auth.md
  • Loading branch information
datamweb authored Jun 27, 2024
2 parents b03d08d + 6a08e68 commit 86e4eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quick_start_guide/using_session_auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Learning any new authentication system can be difficult, especially as they get

### Configure Redirect URLs

If you need everyone to redirect to a single URL after login/logout/register actions, you can modify the `Config\Auth::$redirects` array in **app/Config/Auth.php** to specify the url to redirect to.
If you need to redirect everyone to a single URL after login/logout/register actions, you can modify the `Config\Auth::$redirects` array in **app/Config/Auth.php** to specify the url to redirect to.

By default, a successful login or register attempt will all redirect to `/`, while a logout action
will redirect to a [named route](https://codeigniter.com/user_guide/incoming/routing.html#using-named-routes "See routing docs") `login` or a *URI path* `/login`. You can change the default URLs used within the **app/Config/Auth.php** config file:
Expand Down

0 comments on commit 86e4eb4

Please sign in to comment.