If you're familiar with #Auth0 Actions, I'd love your help with this problem I'm having.
community.auth0.com/t/actions-…
Actions: How do I *set* an event.user.nickname?
I have this action: exports.onExecutePostLogin = async (event, api) => { // Put the user screen_name as the nickname // for Twitter connections if (event.connection.name === 'twitter' && event.user.screen_name) { event.user.Auth0 Community
Terence Eden
in reply to Terence Eden • • •Can anyone recommend a "Social Sign In" service that *isn't* Auth0?
I want people to be able to log in to my service using Twitter, Facebook, WordPress, GitHub, and - ideally - Mastodon.
Sadly Auth0 is getting buggier and buggier. And they don't support Mastodon logins.
I don't mind if it is a paid-for service. But needs to be reliable and work with Symfony.
(Looking for personal recommendations - I know how to use Google.)