We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccb2b28 commit 208e60eCopy full SHA for 208e60e
CHANGELOG.md
@@ -2,13 +2,16 @@
2
All notable changes to this project will be documented in this file.
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
5
-## 6.4.11
+## 6.4.12
6
### Added
7
- Added a new function to `IterableAPI` to get the currently set authentication token
8
+- Added a new function (`onTokenRegistrationFailed`) to the `IterableAuthDelegate` upon authentication token retrieval failure
9
10
### Changed
11
- Changed `setEmail` and `setUserId` to run through the login process if also sent in an authentication token (and a non-`nil` ID)
-- Changed authentication manager behavior to schedule automatic refreshes on JWT retrieval or decoding failures
12
+
13
+### Fixed
14
+- Fixed instances where setting a new authentication token for a user failed
15
16
## 6.4.11
17
### Fixed
0 commit comments