Dmitry Charnetskiy
Dmitry Charnetskiy
I'm trying load page from background using ` cookie` as session storage . When `access_token` is expired but `refresh_token` is still valid everything works fine without fastboot (i. e. I'm...
I have nested object like `user.UserBalances[0].Type` for serialization ``` module.exports = { attributes: ['name', 'UserBalances'], UserBalances: { ref: 'id', included: true, attributes: ['user_id', 'Type'], Type: { ref: 'id', included: true,...
Documentation say us `Keep this transformation function simple and deterministic based on the version, file name, and scope object. `, but in this case picture with same `scope object` an...
### Environment Ember: 3.23.1 Ember Data : 3.23.0 Embroider: 0.35.0 ### Steps to Reproduce Build app with Embroider and problem here `owner.factoryFor` when validating Uncaught Error: Assertion Failed: Validator not...
DEBUG: Ember : 3.14.1 index.js:194 DEBUG: Ember Data : 3.13.1 index.js:194 DEBUG: jQuery : 3.4.1 index.js:194 DEBUG: Ember Bootstrap : 2.8.1 index.js:194 DEBUG: Ember Simple Auth : 2.1.0 "ember-cp-validations": "^4.0.0-beta.10",...
Hello there! First, thanks for all of your work and this library. Just one question: Who can confirm that this library is still maintained? Would be nice to hear a...
Hi! I have the following proto-buff schema: ``` message User { string firstName = 1; google.protobuf.StringValue email = 2; } ``` And payload looks like this: ``` { firstName: "User...
Plug is not works in chanel (sockets), so there is no way to do Authorization in chanels. The easiest way it's to make `defp check_token` public and execute in chanel...
Is it possible to refresh token and implement "remember me" mode? And clarification about login (sorry for question mix in one ticket): Login by email and username return different JSON...
Looks like after new release I'm starting to get problems during saving/updating. `TypeError: Cannot read property 'type' of undefined(…)` Without mixin `SaveRelationshipsMixin` all works fine