I have a large amount of scopes that I want to register, which I serialize into a json file.
This isn't something I want to load and process in my AuthServiceProvider.
To allow for this implementation, I need to disable the tokens_can registration that this package is doing.
I think I might just make a modification to the service provider, if the tokens_can array isn't defined, don't execute it in the this package's service provider.
I have a large amount of scopes that I want to register, which I serialize into a json file. This isn't something I want to load and process in my AuthServiceProvider.
To allow for this implementation, I need to disable the tokens_can registration that this package is doing.
I think I might just make a modification to the service provider, if the tokens_can array isn't defined, don't execute it in the this package's service provider.