You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -68,7 +68,7 @@ contributed in one manner or another in making Shield:
68
68
Made with [contrib.rocks](https://contrib.rocks).
69
69
70
70
The following articles/sites have been fundamental in shaping the security and best practices used
71
-
within this library, in no particular order:
71
+
within this library, in no particular order:
72
72
73
73
-[Google Cloud: 13 best practices for user account, authentication, and password management, 2021 edition](https://cloud.google.com/blog/products/identity-security/account-authentication-and-password-management-best-practices)
74
74
-[NIST Digital Identity Guidelines](https://pages.nist.gov/800-63-3/sp800-63b.html)
Copy file name to clipboardExpand all lines: docs/customization.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,10 @@
1
1
# Customizing Shield
2
2
3
+
-[Customizing Shield](#customizing-shield)
4
+
-[Route Configuration](#route-configuration)
5
+
-[Custom Redirect URLs](#custom-redirect-urls)
6
+
-[Extending the Controllers](#extending-the-controllers)
7
+
3
8
## Route Configuration
4
9
5
10
If you need to customize how any of the auth features are handled, you will likely need to update the routes to point to the correct controllers. You can still use the `service('auth')->routes()` helper, but you will need to pass the `except` option with a list of routes to customize:
These instructions assume that you have already [installed the CodeIgniter 4 app starter](https://codeigniter.com/user_guide/installation/installing_composer.html) as the basis for your new project, set up your `.env` file, and created a database that you can access via the Spark CLI script.
4
14
5
15
Installation is done through [Composer](https://getcomposer.org). The example assumes you have it installed globally.
@@ -11,6 +21,8 @@ If you have it installed as a phar, or othewise you will need to adjust the way
0 commit comments