mirror of
https://github.com/laravel/laravel.git
synced 2025-02-20 11:53:14 +08:00
Fix typo in the comment for token prefix (sanctum config) (#6248)
This commit is contained in:
parent
960ea7b325
commit
25070a3ffb
@ -53,9 +53,9 @@ return [
|
||||
| Token Prefix
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Sanctum can prefix new tokens in order to take advantage of various
|
||||
| security scanning initiaives maintained by open source platforms
|
||||
| that alert developers if they commit tokens into repositories.
|
||||
| Sanctum can prefix new tokens in order to take advantage of numerous
|
||||
| security scanning initiatives maintained by open source platforms
|
||||
| that notify developers if they commit tokens into repositories.
|
||||
|
|
||||
| See: https://docs.github.com/en/code-security/secret-scanning/about-secret-scanning
|
||||
|
|
||||
|
Loading…
x
Reference in New Issue
Block a user