We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdd9d03 commit 0043ad0Copy full SHA for 0043ad0
changelog.md
@@ -11,6 +11,14 @@
11
12
## v0.0
13
14
+### v0.0.3
15
+- 🔶 add: required param `issuer` to `passport.signLoginToken(params)`
16
+- 🍏 fix: bug with cross-domain logins
17
+- 🍏 add: login token verification options `allowedAudiences` and `allowIssuers`
18
+
19
+### v0.0.2
20
+- 🍏 fix: the login signal firing in a loop
21
22
### v0.0.1
23
- 🔶 deprecate: `passport.signAccessToken`, use `passport.signLoginToken` instead
24
- 🍏 fix: nodejs and deno compat for auth functions
0 commit comments