@leapdev/auth-agent 2.2.10-beta.1 → 2.2.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +2 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,8 @@
|
|
|
5
5
|
### [2.2.10]
|
|
6
6
|
#### Features
|
|
7
7
|
* In function AuthAgent.init(), now user can provide "rememberMe" with boolean value. AuthAgent will put "remember_me=true/false" in the login query
|
|
8
|
+
#### Bugfixes
|
|
9
|
+
* AuthAgent won't do "passthrough" if there is a valid auth session already existed in user's browser
|
|
8
10
|
|
|
9
11
|
### [2.2.9]
|
|
10
12
|
#### Bugfixes
|