Releases: Liftric/cognito-idp
Releases · Liftric/cognito-idp
1.3.0
- You can now generate a
CognitoAccessToken
and a CognitoIdToken
from the token strings. Both objects have a claims
variable that provides access to the token payload – all cases are covered. Custom attributes of the IdToken are getting parsed into the customAttributes
map.
1.2.0
- You can now parse an ID token to a Claims object. This allows you to access the sub id or the email without making a getUser request.
1.1.0
- Attribute verification
- Bug fixes
1.0.2
- Fixes confirm sign up request
1.0.1
- change package name to allow usage of Auth with KVault together in an Android project
1.0.0
- Add remaining methods with delivery medium confirmation
- improve request methods
0.5.0
- catch exceptions from
HttpClient::execute
- add
getOrThrow
for runCatching
- add
onResult
to easen up usage of early error propagation
0.4.0
- Use suspend functions in a more elegant way
- Use
Result
object for proper exception delegation
0.3.0
- Kotlin 1.4.0
- proper usage of suspend
- use of coroutines-native-mt