Skip to content

Releases: lucataglia/react-native-keycloak-plugin

v1.0.7

16 Nov 17:14
e6a5ef3
Compare
Choose a tag to compare

Session is now destroyed on Keycloak when you logout (#16 )

v1.0.6

09 Sep 09:48
cbed70c
Compare
Choose a tag to compare

Improved TokensUtils methods (now are more Promise-friendly)
Implemented Sync versions of TokensUtils methods

v1.0.5

05 Jul 09:56
6b2a4e6
Compare
Choose a tag to compare
updated version number (#14)

Co-authored-by: Alessandro Defendenti <[email protected]>

v1.0.1

12 Oct 10:11
3ec5388
Compare
Choose a tag to compare

Improved login process reject response: now the caller can interact with the error code and the error messages (short one and long one), for a better error handling

First production release

01 Oct 15:46
10207c7
Compare
Choose a tag to compare

This is our first production-ready release.
It includes all the functionalities you need to login your users (via API calls or via Web UI), manage your tokens (access, refresh and offline) and logging the users out.
The plugin saves to your AsyncStorage all the configurations and data it needs to work, and exposes also methods that allow you to read and write those configurations by yourself, in case you need it.