Skip to content

Commit fff8845

Browse files
committed
docs: fix incorrect table name
1 parent 64fb775 commit fff8845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ in all future requests.
193193
Using access tokens requires that you either use/extend `CodeIgniter\Shield\Models\UserModel` or
194194
use the `CodeIgniter\Shield\Authentication\Traits\HasAccessTokens` on your own user model. This trait
195195
provides all of the custom methods needed to implement access tokens in your application. The necessary
196-
database table, `auth_access_tokens`, is created in Shield's only migration class, which must be ran
196+
database table, `auth_identities`, is created in Shield's only migration class, which must be run
197197
before first using any of the features of Shield.
198198

199199
### Generating Access Tokens

0 commit comments

Comments
 (0)