Mayank Patel

Results 12 comments of Mayank Patel

Thanks for quick answer @achrinza , Appreciated!! ``` { "error": { "statusCode": 422, "name": "ValidationError", "message": "The `OrgHasFields` instance is not valid. Details: `key` can't be blank (value: \"\"); `name`...

Hi, do you have any updated version for Hapi 17.2.0?

You can checkout below boilerplate https://github.com/patelmayankce/hapi-17-boilerplate

Hi @pschinis, Sorry for missing information in the document. I found one issue related to the usePopup option, which has been figured out in [this](https://www.npmjs.com/package/react-apple-login/v/1.1.2) new release. If you will...

Hello, Sorry was busy and didn’t get chance to release. i am going to allocate some time for refinements next week. thanks for reporting this.

@avokrado , Can you share a screenshot what exactly error is? Because error you shows is not related to library, there are security configuration you should have in nginx where...

@daxaxelrod , You can follow this article https://developer.okta.com/blog/2019/06/04/what-the-heck-is-sign-in-with-apple#create-a-private-key-for-client-authentication Apple is not giving any details in return URL they only give us code and that code we have to decode in...

Above article gives PHP example if you are using Node js you can follow below code which i am also using in my projects. **Backend Code** ``` const { payload:...

Thanks @asilvas , It's working as expected for PDF but when i pass params it's not, so is there any way where we can fix it?

Hi @alvesvaren i am going to look into why this happened. Looks like Apple updated something. i am going to book some time next week to improve this package. thanks...