Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

is it possible to create Feathersjs Oauth with apple sign in?

I am trying to integrate my React Native Ios project with feathers js. If my apps has any social login, it is required to have Apple Sign In method to be included to the project in order to publish to the store.

like image 836
co2nut Avatar asked Nov 06 '22 09:11

co2nut


1 Answers

About a year late, but I finally figured out FeathersJS + Apple Oauth this weekend and created a guide:

https://gist.github.com/rxb/e596c66b03e3262f26d9ede5d7dbab81

like image 97
rxb Avatar answered Nov 15 '22 11:11

rxb