Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Adding Laravel Sanctum at the API authentication section of the Community accepted tools since it was added with v7.0 as a 'featherweight authentication system for SPAs (single page applications), mobile applications, and simple, token based APIs'
  • Loading branch information
MarianoMoreyra committed Oct 13, 2020
1 parent 9c9aaaf commit 662a209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -463,7 +463,7 @@ Templates | Blade | Twig
Working with data | Laravel collections | Arrays
Form validation | Request classes | 3rd party packages, validation in controller
Authentication | Built-in | 3rd party packages, your own solution
API authentication | Laravel Passport | 3rd party JWT and OAuth packages
API authentication | Laravel Passport, Laravel Sanctum | 3rd party JWT and OAuth packages
Creating API | Built-in | Dingo API and similar packages
Working with DB structure | Migrations | Working with DB structure directly
Localization | Built-in | 3rd party packages
Expand Down

0 comments on commit 662a209

Please sign in to comment.