Skip to content

Conversation

@erikgaas
Copy link
Contributor

@erikgaas erikgaas commented Dec 14, 2025

Adding sign in with apple. It is slightly different because it requires parsing a p8 file and a post request for the redirect if you want name and email.

Adding PyJWT as a req. It's small and fairly ubiquitous, but I'm down to reconsider.

Fun fact apple sign in does not work on localhost which is super annoying, but you can use solveit easily to test it out : )

@erikgaas erikgaas added the enhancement New feature or request label Dec 14, 2025
@gitnotebooks
Copy link

gitnotebooks bot commented Dec 14, 2025

Found 2 changed notebooks. Review the changes at https://app.gitnotebooks.com/AnswerDotAI/fasthtml/pull/813

@erikgaas erikgaas marked this pull request as draft December 14, 2025 21:02
@erikgaas erikgaas marked this pull request as ready for review December 14, 2025 21:53
@jph00
Copy link
Contributor

jph00 commented Dec 14, 2025

Nice one @erikgaas ! :) If you move jwt to being a dev requirement, and then only import it inside the functions where it's used, then it doesn't add a dep for everyone.

@erikgaas
Copy link
Contributor Author

Nice one @erikgaas ! :) If you move jwt to being a dev requirement, and then only import it inside the functions where it's used, then it doesn't add a dep for everyone.

Nice! good idea. changed

@jph00 jph00 merged commit 828bfec into main Dec 15, 2025
2 checks passed
@jph00 jph00 deleted the erikgaas/apple_signin branch December 15, 2025 04:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants