-
Hello,
Thank you very much for your tutorials on SPA Laravel Authentication.
I followed all steps of your video https://www.youtube.com/watch?v=CwXhQZvuHjM and I don't know why, **when I am logge…
-
ok, I'm trying to create a simple API with authetication with a LDAP server `ldap.forumsys.com` this is a test ldap server but I get this error
`BadMethodCallException with message 'Method Illumina…
-
- [x] Add Sign In and Sign Up buttons in Navigation
- [x] Create authentication context and add login, logout, fetch user methods
- [x] Save token and create session
-
Involves:
- migrating backend to api
- converting session cart to cache cart
- adding react frontend app
- updating routes where may be required
-
When sending the form in the console I get error 419
Tell me please how to fix it
![Снимок экрана 2020-10-10 в 12 06 59](https://user-images.githubusercontent.com/50918704/95651185-31924e00-0af1…
-
I want to replace [JWT](https://github.com/tymondesigns/jwt-auth) with [Sanctum](https://laravel.com/docs/8.x/sanctum) however it's not that straight forward...
Right now with JWT everything is sta…
-
Here is the simple form which doesn't have any csrf tokens to send to the server:
```html
Test API authentication
Sub…
beibl updated
4 years ago
-
I'm not sure about this but would the `logout` request should be a `POST` request?
```
Route::get('/logout', LogoutController::class)
->middleware('auth:sanctum')
->name('json-api-auth.l…
-
---
### **1. Projektowanie struktury bazy danych (PostgreSQL)**
- Definicja tabel i relacji (users, teams, projects, scans, vulnerabilities, subscriptions, activity_logs)
- **Dodanie tabel dla symu…
-
To help users make a decision on which authentication package to choose it would help to have a features table in the docs. Since there are so many authentication packages available now it would ease …