Skip to content

Commit

Permalink
dont prefix by default
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Sep 4, 2023
1 parent d64ce69 commit 95a0181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/sanctum.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
|
*/

'token_prefix' => env('SANCTUM_TOKEN_PREFIX', 'laravel_sanctum_'),
'token_prefix' => env('SANCTUM_TOKEN_PREFIX', ''),

/*
|--------------------------------------------------------------------------
Expand Down

1 comment on commit 95a0181

@marzvrover
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@taylorotwell would it be possible to prefix by default in the next major release of sanctum?

Please sign in to comment.