-
- [x] Removed the concept of `current identity`
- [x] Remove `identity` from auth response
- [x] Remove `skygear_identity` from OIDC id_token
- [x] Remove identity headers from session …
-
It would be extremely helpful for those who need exact number storage / calculation in a skygear app.
- Skygear Server Date/Version: v1.3.1
- Application Platform: server, js, iOS, android
- [ ] …
-
-
When the schema version in database does not match that of the skygear-server schema version, the following message is printed:
```
Database schema requires migration
```
In the case of a schema…
-
# Description
Currently if user want to do activity logging for analytics, they can do in the lambda or handlers. But there is not way to log the skygear server build in functions like login, signu…
-
- Skygear Server Date/Version:
- Application Platform: JS, potentially iOS and Android too?
- [ ] Is this a regression?
- [ ] Attached logs, screenshots
#### Expected Results
Record updated onl…
-
# Description
Currently, [py-skygear](https://github.com/skygeario/py-skygear) support hot-reloading IF the registry of functions call doesn't change.
It would be great if we can support:
* [py…
-
refs https://github.com/skygear-demo/ionic3-chat-demo/issues/5
-
refs: https://github.com/SkygearIO/py-skygear/issues/184
-
Since #605, we added support for `recordType` and `recordID`, which tries to replace `type/id`. Currently both SDKs and skygear-server (de-)serialise reference with backward compatibility.
However,…