aaronpk / indielogin.com

Sign in with your domain name
https://indielogin.com
MIT License
149 stars 24 forks source link

Client ID registration request: //freshcode.club/ #74

Open prof-milki opened 3 years ago

prof-milki commented 3 years ago

Hi,
I'd also like to get access permissions to the indielogin.com/auth API to use with my site:

client_id: https://freshcode.club/
redirect_uri: https://freshcode.club/login user_url: https://milki.include-once.org/
email: info@freshcode.club

It's not a blog though. Just trying to get rid of OpenID for good. And albeit it does work with indieauth.com for now, I'd rather have it whitelisted for the newer service.

INSERT INTO `clients` (`client_id`, `user_url`, `email`)
VALUES ('https://freshcode.club/', 'https://milki.include-once.org/', 'info@freshcode.club');

Btw, if the client_id check is meant to prevent impersonation of sorts, then I'd think checking redirect_uri to match the start of client_id might be a workable alternative.