Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
prof-milki opened this issue Apr 5, 2021 · 0 comments
Open

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

prof-milki opened this issue Apr 5, 2021 · 0 comments

Comments

@prof-milki
Copy link

prof-milki commented Apr 5, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant