Skip to content

Releases: RaiolaNetworks/simple-oauth2-client

v1.0.6

22 Oct 15:31
7b71d80
Compare
Choose a tag to compare

Temporary modifications to the configuration file variables.

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.

v1.0.5

22 Oct 14:23
f92b1d0
Compare
Choose a tag to compare

Modified composer.json file.

Added v10.* in the "laravel/framework" requirement to support older versions.

v1.0.4

03 Oct 08:42
845c86a
Compare
Choose a tag to compare

All login modes have been moved to an Enum file.

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.

v1.0.2

02 Oct 11:40
c6dbde3
Compare
Choose a tag to compare

Checking if OAuth user data exists.

Added a check if OAuth information exists in the OAuthController refresh function.

v1.0.1

30 Sep 11:40
Compare
Choose a tag to compare

Fixed an error in modifying variables in the configuration file

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.

v1.0.0

26 Sep 11:46
e364862
Compare
Choose a tag to compare

First release.

Include main source code.