To add authentication to your website:
- Head over to our sign-up page at https://id.eideasy.com/ and authenticate yourself
- Navigate to My Webpages and click “Register new webpage”
- Enter Website home page address and
redirect_uri
value where the user will be redirected after authentication. - Take note of your site’s
client_id
andsecret
. You’ll need to copy these into your code soon. NB! Secret means secret. Do not tell your secret key to anyone, and don’t send it over insecure channels.
Next, opt for a turnkey solution or implement the authentication by yourself.