Skip to content

Releases: drmobile/services-lib

Release 1.3.0

25 Dec 05:21
ad98554

Choose a tag to compare

Highlight

  1. Replace pycrypto with cryptography module
  2. TokenCryper is provided to have better token cryper management. The legacy generate_access_token, decode_access_token, generate_refresh_token is still workable, but it is deprecated.
  3. Provide "flask" and "cli" PyPI extra for different installing scenario needs.

Backward compatible for access token

12 Mar 09:19
6c2a9b5

Choose a tag to compare

Merge pull request #32 from drmobile/develop

backward compactible

Support Soocii Guest User

12 Mar 07:46
218e0e0

Choose a tag to compare

Merge pull request #30 from drmobile/develop

Develop

Update generate token function

08 Mar 08:28
570ec88

Choose a tag to compare

Merge pull request #28 from calvin620707/update-version

update gen token

SoociiAuthenticator Flask extension

24 Nov 10:37
f016c9b

Choose a tag to compare

SoociiAuthenticator provide the functionalities of Soocii's access token validation. User's authorization.

Update bash function

09 Nov 10:19
d040d57

Choose a tag to compare

bash function should return exit code

Add utility

11 Aug 07:43

Choose a tag to compare

wait for internet connection utility function

Test CD

28 Jun 10:39

Choose a tag to compare

Merge pull request #10 from drmobile/develop

only deploy when all test passed

Test Travis auto deploy to pypi

28 Jun 09:44

Choose a tag to compare

Merge pull request #5 from calvin620707/develop

update readme and travis.yml