Antonio Davi Macedo Coelho de Castro
Antonio Davi Macedo Coelho de Castro
Great job @Moumouls ! @dplewis @mtrezza @dblythy any additional thoughts here?
@Moumouls it looks the tests are failing after the last commit
@Meglali20 I've just checked `getMockFacebookProvider` and it actually returns same account every time, so you are good with that. It would be good if you could login the user twice...
When we write a test for a use-case, we should have a fail path (to check the behavior that we did not expect to happen) and a success path (to...
Could you please add some test cases so we can better understand the feature?
Sorry for the delay but I am not sure if I understood the purpose of the PR yet. Why would someone call the login endpoint in this scenario? Would we...
I think we can document the feature at Parse Server guide: https://docs.parseplatform.org/parse-server/guide/
Thanks for the PR on the docs. It will be very helpful for other developers. I am not 100% convinced we should add this login workaround though. It looks really...
We'd need to test, but I'd try to add a logic similar to what you did in this PR at the `/me` endpoint: https://github.com/parse-community/parse-server/blob/master/src/Routers/UsersRouter.js#L142 Once that's done, I believe that...
Do you mean that you need the beforeLogin trigger to be executed or you need a new session token to be created with associated installation id?