Sign in with apple for Electron
luokunman opened this issue · 1 comments
luokunman commented
a-tokyo commented
- Get a project started with electron + react using https://www.electronjs.org/docs/latest/tutorial/boilerplates-and-clis#electron-react-boilerplate
- Use this library https://github.com/a-tokyo/react-apple-signin-auth in your frontend (electron app)
This will allow you to display the apple auth button and will handle displaying the auth actionsheet and getting the token thet you need to send to your backend.
- Use this library https://github.com/a-tokyo/apple-signin-auth in your backend
This will allow your backend to validate the frontend token passed to it via the frontend
Good luck!