php - Laravel API Authentication with JWT -
i'm reading book: build apis won't hate, , propose several authentication methods:
- basic auth
- digest authentication
- oauth 1.0a
- oauth 2.0
- openid
- hawk
- oz
i have application have differents components
- internal apis
- laravel webapp fb / google login via socialite
- vuejs
- mobile app
i not have public api.
i thinking of using jwt secure apis, don't see in book, i'm wondering if not making mistake.
any advice apreciated!
using jwt practice securing apis not mistake far i'm concerned.
but laravel 5.3 released , have laravel passport (oauth2 server) api authentication full think.
you refer laravel 5.3 release note document. laracast has free video tutorial explained in detail.
Comments
Post a Comment