rajeshwar_mahato → created an issue.
🐛 | Simple OAuth (OAuth2) & OpenID Connect | Interface 'League\OAuth2\Server\Repositories\AccessTokenRepositoryInterface' not found
I am getting the same error PHP Fatal error: Interface 'League\OAuth2\Server\Repositories\ClientRepositoryInterface' not found
the root cause is the vendor directory is getting recreated as my application is running in container so the library "league/oauth2-server" is not being present in vendor and hence the error is encountered while running dbupdate.
Can we keep the library in some other persistant storage and refer from there to autoload.
I have a field which is unique[i.e. mobile number] included a config for whitelist mobile number. I need to use this as a test number so that it passes the unique validation.
I am creating a patch for this feature.