You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use Laravel as an API (on api.xxx.com) only for my website, which has a SPA frontend (on xxx.com). That's why I'm using this package for authentication.
The problem I have is with the implementation of routes that haven't been mentioned in your documentation. For example, email verification. Are there any examples of that? Because the official Laravel website always assumes that you are using Laravel for displaying your views and isn't really meant for using it as an API.
Your environment
Q
A
Bug?
no
New Feature?
yes (kinda)
Framework
Laravel
Framework version
10
Package version
2
PHP version
8.1
The text was updated successfully, but these errors were encountered:
Subject of the issue
I want to use Laravel as an API (on api.xxx.com) only for my website, which has a SPA frontend (on xxx.com). That's why I'm using this package for authentication.
The problem I have is with the implementation of routes that haven't been mentioned in your documentation. For example, email verification. Are there any examples of that? Because the official Laravel website always assumes that you are using Laravel for displaying your views and isn't really meant for using it as an API.
Your environment
The text was updated successfully, but these errors were encountered: