You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All notable changes to `oauth` will be documented in this file.
4
+
5
+
## v1.0.6 - 2024-10-22
6
+
7
+
### Temporary modifications to the configuration file variables.
8
+
9
+
A line has been added to solve a synchronization problem when recovering a value from the configuration file when executing migrations.
10
+
11
+
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.
12
+
13
+
## v1.0.5 - 2024-10-22
14
+
15
+
### Modified composer.json file.
16
+
17
+
Added v10.* in the "laravel/framework" requirement to support older versions.
18
+
19
+
## v1.0.4 - 2024-10-03
20
+
21
+
### All login modes have been moved to an Enum file.
22
+
23
+
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.
24
+
25
+
## v1.0.2 - 2024-10-02
26
+
27
+
### Checking if OAuth user data exists.
28
+
29
+
Added a check if OAuth information exists in the OAuthController refresh function.
30
+
31
+
## Fixed an error in modifying variables in the configuration file - 2024-09-30
32
+
33
+
A new function has been added to the package installation command class that is responsible for modifying the value of the configuration file variables.
34
+
35
+
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.
40
+
41
+
With this, the test responsible for testing said function has been created.
0 commit comments