timothymiller / t4-app

A powerful cross-platform UI toolkit for building actually native iOS, Android, macOS, Windows, Linux, and Progressive Web Apps with React (Native).
https://t4stack.com
MIT License
1.44k stars 77 forks source link

Remove apple form_post handler for now #136

Closed rmarscher closed 9 months ago

rmarscher commented 9 months ago

I think this is the move for now to fix #129 -- but we discussed switching the handler to an api route which should be a better solution.

timothymiller commented 9 months ago

Did you encounter the same issue I described in #129?

rmarscher commented 9 months ago

Did you encounter the same issue I described in #129?

Yes, since we only need the email for user sign up and that is included in the ID token, we can basically punt on getting any of the Apple form_post user data. I added some thoughts on solutions to handle it in my recent comment on that issue - https://github.com/timothymiller/t4-app/issues/129#issuecomment-1872176315