1
Completed

Username/Password Login Webhook for Server-side auth

Instead of importing emails via CSV we'd prefer to have webhook API for Logging in users. Something like SSO.

When user logs in, it would post JSON to pre-configured URL to our site with username / password and the server script would just confirm to helprace if the user is valid or not.

Another option would be to support OAUTH2 SSO but that's more complicated.

Best Reply

I'm glad to tell that Single Sign On is available now. Here is how to get started:

Setting up Single Sign-On based on JWT (JSON Web Token)

2 replies

We are planning to roll-out JWT Single Sign On in the coming weeks. Do you think having login webhooks would be useful once SSO is available or JWT SSO would do the job?

I'm glad to tell that Single Sign On is available now. Here is how to get started:

Setting up Single Sign-On based on JWT (JSON Web Token)