indielogin.com
indielogin.com copied to clipboard
Client ID registration request: //freshcode.club/
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: [email protected]
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/', '[email protected]');
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.