laravel-auth0 icon indicating copy to clipboard operation
laravel-auth0 copied to clipboard

Laravel SDK for Auth0 Authentication and Management APIs.

Results 9 laravel-auth0 issues
Sort by recently updated
recently updated
newest added

### What should be added? I'm developing for Laravel Octane. One issue I ran into is that the default configuration for the package is to use cookies for the sessionStorage...

feature request
selected for development

### SDK Version Other (specify in 'additional context') ### PHP Version PHP 8.1 ### Composer Version 2.x ### What happened? Using 7.2.1 and out-of-the-box config, I get an error "Undefined...

bug

### Checklist - [X] I agree to uphold [the Code of Conduct](https://github.com/auth0/open-source-template/blob/master/CODE-OF-CONDUCT.md). ### Description [Illuminate/Auth/RequestGuard.php#L8C5-L12](https://github.com/laravel/framework/blob/2057d5566285b8a9cc22e3d7317cf2c0251e94fd/src/Illuminate/Auth/RequestGuard.php#L8C5-L12) [Illuminate/Auth/SessionGuard.php#L30-L32](https://github.com/laravel/framework/blob/2057d5566285b8a9cc22e3d7317cf2c0251e94fd/src/Illuminate/Auth/SessionGuard.php#L30-L32) [Guards/TokenGuard.php#L28-L30](https://github.com/laravel/passport/blob/8ea1dd41745c89769fd8c4b207c4739eea707e95/src/Guards/TokenGuard.php#L28-L30) Laravel uses `Macroable` class on the guards, why not here too? Shouldn't it...

Scope: Improvement

### Checklist - [X] I agree to uphold [the Code of Conduct](https://github.com/auth0/open-source-template/blob/master/CODE-OF-CONDUCT.md). ### Description **Laravel Version** 10 **SDK Version** 7.12.0 **PHP Version** PHP 8.2 I'm using auth0 management API in...

Scope: Improvement

### Changes Integrating Reversing Labs Scanner to add an extra layer of protection from threats ### References [Reversing Labs Integration Documentation](https://www.reversinglabs.com/integrations) ### Testing NA ### Contributor Checklist - [x] I...

### Changes Fixed errors in php-cs-fixer in GH actions. This PR will make it easier for other contributors to contribute. ### References ### Testing ### Contributor Checklist - [x] I...

### Checklist - [X] I agree to uphold [the Code of Conduct](https://github.com/auth0/open-source-template/blob/master/CODE-OF-CONDUCT.md). ### Description The way this package checks the ability in Gate prevents me to use permissions (using spatie/permission)...

Scope: Improvement

### Changes It can disable the ability and scope checking in Gate to not bother application that implement its own RBAC, especially for those having existing permissions with `:` character...

### Changes >Laravel uses Macroable class on the guards ### References - Closes #456 ### Contributor Checklist - [x] I have read the [Auth0 general contribution guidelines](https://github.com/auth0/open-source-template/blob/master/GENERAL-CONTRIBUTING.md) - [x] I...