Releases: svbnet/diezel
Releases · svbnet/diezel
Diezel v.1.1.1
- Updated dependencies.
- Removed OpenSSL Blowfish decryption routine.
- Update tests and fix bugs.
Deprecations
- Using
keys.jsonis deprecated and will be removed in the next major release. Either usediezel.setKeysor environment variables. MobileClientconstructor with theuserInfoparameter and therestoreSessionmethod are deprecated and will be removed in the next major release. Use thesignInWithUserInfomethod instead.
New changes
- Added the
AuthTokenclass for managing GraphQL endpoint tokens. - Added the
retrieveAuthTokenmethod onMobileClientto retrieve the authorization token for a logged-in user.