Releases: Alusus/Identity
Releases · Alusus/Identity
0.2.0
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
0.1.2
0.1.1
- 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.