Tag: Authentication
Behind the Scenes of JWTAuth::attempt() in Laravel
Understanding JWTAuth::attempt($credentials) in Laravel If you’re working with Laravel and using the Tymon JWTAuth package…
Using Auth0 Redirects with Vue.js Hash Routing and a Path-Based Callback
Introduction When building single-page applications (SPAs) with Vue.js, many developers choose hash mode routing (#/dashboard)…
Auth: Cannot read property ‘$cookies’ of undefined
I faced this problem while developing Nuxt.js authentication middleware. The key this doesn’t work within the middleware,…
Laravel: Login with email or phone
How to login with phone or email in Laravel passport?
Lumen/Lumen: Create & Check Password
Laravel/Lumen comes with Hash facade that provides the secure Bcrypt & Argon2 hashing for storing user string passwords.
Lumen Passport Logout
If you are using LumenPassport (that is based on Laravel Passport) for user authentication, you…
Lumen authentication API
Since last couple of years I used Laravel for web and API development, finally decided…
“storage/oauth-private.key” does not exist or is not readable
If you are runing Laravel app and using Passport, you might encounter this error while…





