Authorization is the process of giving the user permission to access a specific resource or functionality. This term is often used interchangeably with access control. In secure environments, authorization must always follow authentication. Users should first prove that their identities are genuine before they can access protected resources. These developer guides provide you with detailed instructions on how to implement authorization using Auth0 by Okta in Laravel APIs.
Laravel API Developer Guides
Laravel API Authorization By Example:Using Auth0 Laravel SDK
Learn how to add authorization to Laravel API using the Auth0 Laravel SDK and Laravel middleware.Laravel API Authorization By Example:Using Auth0 PHP SDK
Learn how to add authorization to Laravel API using the Auth0 PHP SDK and Laravel middleware.Additional Resources
If you are new to identity and security, check out any of the following resources to get started: