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.
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