Facebook login?

I know Facebook is not official wasp supported, but has anyone been able to use Facebook login? Curious on how and best practices for implementing with WASP
3 Replies
kapa.ai
kapa.ai2mo ago
Hi @Sam Jakshtis. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave: ---------------------- Based on the provided knowledge sources, Wasp does not currently offer official support for Facebook login. The available social login providers in Wasp are Google, GitHub, and Keycloak, as mentioned in the Auth Overview documentation (https://wasp-lang.dev/docs/auth/overview#available-auth-methods). While there isn't specific information about implementing Facebook login with Wasp, it's worth noting that Wasp recently integrated Lucia under the hood for authentication, which may make it easier to add new providers in the future. However, as of now, there are no official best practices or implementation guides for Facebook login in Wasp. If you need to implement Facebook login for your Wasp project, you might need to explore custom solutions or wait for potential future updates. Unfortunately, the knowledge sources don't provide enough information to give specific guidance on how to implement Facebook login with Wasp at this time. For the most up-to-date information on supported authentication methods and any potential additions, it's best to check the official Wasp documentation or reach out to the Wasp community for the latest developments. ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ---------------------- Sorry @Sam Jakshtis, I seem to be having a bit of trouble. Don't worry though, I've pinged my support and they will try to fix me up! :technologist: Perhaps try again in 15mins?
martinsos
martinsos2mo ago
Here is an example of user adding support for Discord, you might be able to copy that in big part: https://github.com/wasp-lang/wasp/pull/2110 ! THere is also an example of impelmenting a custom auth provider (Spotify): https://gist.github.com/infomiho/3c63de7d53aba59d6293bcb59501a029
GitHub
2016/discord: Add discord auth to social auth providers by wardbox ...
Description Adds discord auth to social auth providers. Contributes to #2016 but doesn't fix. Select what type of change this PR introduces: Just code/docs improvement (no functional ch...
Gist
Implementing custom OAuth provider with Wasp 0.14.1+ (Spotify in th...
Implementing custom OAuth provider with Wasp 0.14.1+ (Spotify in this case) - .env.server
Sam Jakshtis
Sam JakshtisOP2mo ago
@martinsos Thank you!!

Did you find this page helpful?