mocobaas_pkg 0.0.21
mocobaas_pkg: ^0.0.21 copied to clipboard
Mocobaas Client for Flutter Project
0.0.21 update dependency #
- update dependency package_info_plus: ^8.0.0 and firebase_core: 3.6.0
0.0.20 improve handling token error #
- improve handling token error
0.0.19 improve checking token expiry, handle BADAUTH error and add firebase performance #
- improve checking token expiry and handle BADAUTH error
- add firebase performance
0.0.18 package_info_plus version to ^6.x.x #
- add x-app-id headers on request
0.0.17 x-app-id on request #
- add x-app-id headers on request
0.0.16 add custom headers #
- with this update it is now possible to add custom headers when invoke api or graphql requests
0.0.15 fix #
- bug fix
0.0.14 fix #
- bug fix
0.0.13 fix #
- fix
0.0.12 refactor eventCallback #
- remove callback for error code BADAUTH & BADREQ
- update callback for error code IVREF
0.0.11 callback invalid_token #
- add callback for invalid_token
0.0.10 callback invalid_auth #
- add callback for invalid_auth
0.0.9 options to add eventCallback #
- add eventCallback to options
{
"options": {
"payloadEncryption": {
"enforcement": []
},
"tokenStorageKeyPrefix" : "FlutterKeyPrefix."
"eventCallback": (evt) {
return evt;
}
}
}
0.0.8 anonymous for remote function #
- enable single payload mode for invoke method
0.0.7 function to get token, opts for prefix key name #
- new function getAccessToken, getRefreshToken, getExpiry
- new moco options prefix key name
{
"options": {
"payloadEncryption": {
"enforcement": []
},
"tokenStorageKeyPrefix" : "FlutterKeyPrefix."
}
}
0.0.6 anonymous for remote function #
- conditional for anonymous function
0.0.5 payload encryption feature #
- add payload encryption request
0.0.4 register Oauth response fix. #
- make type of attributes from register response to dynamic.
0.0.3 login oauth response fix. #
- make type of attributes from login response to dynamic.
0.0.2 refresh token request. #
- add refresh token mechanism for request.
0.0.1 init release. #
- Init release.