Skip to content

Releases: Alusus/Identity

0.2.0

08 Mar 23:43
7ba8363
Compare
Choose a tag to compare

Updated for compatibility with WebPlatform 0.4.

Updated the library to remove setupRestApi in favor of passing the Identity module to WebPlatform for necessary route setup.
Also created the unified setup function that sets vars needed by the REST API as well as setup the providers.

0.1.3

12 Sep 04:31
Compare
Choose a tag to compare

Updated for compatibility with latest Json lib version.

0.1.2

27 Jul 01:43
Compare
Choose a tag to compare

Changed the type of error codes to String to be compatible with latest changes to Srl.Error.

0.1.1

22 Jun 08:30
Compare
Choose a tag to compare
  • Fixed a segfault bug.
  • Removed testing log statements.
  • Treat connection errors as success status rather than failure. This prevents offline status from invalidating an otherwise valid access token.
  • Fixed cases where a curl handle is used in curl calls after the handle is released.
  • Better handling of input validation in REST APIs.
  • Fixed potential concurrency issue when multiple threads access the same String and SrdRef objects.
  • Fixed issue in Arabic localization.

0.1.0

20 Jun 02:22
Compare
Choose a tag to compare

Initial Release.

Initial release with support for Google authentication service.