Laravel Xero

Middleware

To restrict access to routes only to authenticated users there is a middleware route called XeroAuthenticated

Add XeroAuthenticated to routes to ensure the user is authenticated:

Route::group(['middleware' => ['web', 'XeroAuthenticated'], function()

To access token model reference this ORM model:

use Dcblogdev\Xero\Models\XeroToken;

Help support the blog so that I can continue creating new content!

Sponsor

Fathom Analytics $10 discount on your first invoice using this link

Subscribe to my newsletter

Subscribe and get my books and product announcements.

© 2006 - 2024 DC Blog. All code MIT license. All rights reserved.