Skip to content

Releases: Liftric/cognito-idp

1.3.0

28 Sep 15:25
73f47b8
Compare
Choose a tag to compare
  • 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

08 Sep 13:16
16bf9d0
Compare
Choose a tag to compare
  • 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.1

03 Sep 16:10
Compare
Choose a tag to compare
  • Bug fixes

1.1.0

03 Sep 10:11
Compare
Choose a tag to compare
  • Attribute verification
  • Bug fixes

1.0.2

31 Aug 15:30
Compare
Choose a tag to compare
  • Fixes confirm sign up request

1.0.1

27 Aug 21:16
Compare
Choose a tag to compare
  • change package name to allow usage of Auth with KVault together in an Android project

1.0.0

27 Aug 15:47
34ccf19
Compare
Choose a tag to compare
  • Add remaining methods with delivery medium confirmation
  • improve request methods

0.5.0

27 Aug 15:46
Compare
Choose a tag to compare
  • catch exceptions from HttpClient::execute
  • add getOrThrow for runCatching
  • add onResult to easen up usage of early error propagation

0.4.0

24 Aug 16:43
4039883
Compare
Choose a tag to compare
  • Use suspend functions in a more elegant way
  • Use Result object for proper exception delegation

0.3.0

22 Aug 10:21
Compare
Choose a tag to compare
  • Kotlin 1.4.0
  • proper usage of suspend
  • use of coroutines-native-mt