@frontegg/nextjs 6.7.10-alpha.3931087856 → 6.7.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 +6 -18
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,25 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
## [6.7.10](https://github.com/frontegg/frontegg-nextjs/compare/v6.7.9...v6.7.10) (2023-1-16)
|
|
4
4
|
|
|
5
|
-
-
|
|
6
|
-
-
|
|
7
|
-
-
|
|
8
|
-
-
|
|
9
|
-
-
|
|
10
|
-
|
|
11
|
-
- FR-10112 - update admin box pipeline angular
|
|
12
|
-
- FR-10141 - update rest-api
|
|
13
|
-
|
|
14
|
-
- FR-9816 - fix version
|
|
5
|
+
- Added support for built-in authenticators, security keys, and SMS as MFA methods
|
|
6
|
+
- Fixed sign up position in dark theme
|
|
7
|
+
- Added margin to login error
|
|
8
|
+
- Disabled silent refresh token for SSR
|
|
9
|
+
- Added support for logout on hosted login
|
|
10
|
+
- Fixed session without keepSessionAlive
|
|
15
11
|
|
|
16
|
-
### NextJS Wrapper 6.7.10:
|
|
17
|
-
- FR-10379 - disable refresh token by default for ssr
|
|
18
|
-
- FR-10141 - Added support for logout on hosted login
|
|
19
|
-
- FR-10342 - update readme for app directory
|
|
20
|
-
- Bump json5 from 1.0.1 to 1.0.2
|
|
21
|
-
- Update Frontegg AdminPortal to 6.58.0
|
|
22
|
-
- FR-10153 - Fix app session bug without keepSessionAlive
|
|
23
|
-
- Bump minimatch from 3.0.4 to 3.0.5
|
|
24
12
|
|
|
25
13
|
## [6.7.9](https://github.com/frontegg/frontegg-nextjs/compare/v6.7.8...v6.7.9) (2022-12-20)
|
|
26
14
|
|