All notable changes to oauth
will be documented in this file.
A line has been added to solve a synchronization problem when recovering a value from the configuration file when executing migrations.
The variables in the configuration file are temporarily configured before finishing the process since the 'oauth' file is not required until the installation command process finishes.
Added v10.* in the "laravel/framework" requirement to support older versions.
An Enum file has been created to store all login modes to facilitate access to these modes in the application implementing the package and thus avoid the hardcoding or definitions of the modes.
Added a check if OAuth information exists in the OAuthController refresh function.
A new function has been added to the package installation command class that is responsible for modifying the value of the configuration file variables.
With this, the test responsible for testing said function has been created.
A new function has been added to the package installation command class that is responsible for modifying the value of the configuration file variables.
With this, the test responsible for testing said function has been created.