Inklings-io / selfauth

self-hosted auth_endpoint using simple login mechanism
Creative Commons Zero v1.0 Universal
81 stars 15 forks source link

docs: we support scopes now #23

Closed sebsel closed 7 years ago

sebsel commented 7 years ago

Now that we support scopes, we can remove the warning, but since it still is not a token endpoint, a new warning should be added.

Is this really a warning or should we add it somewhere else?

I used 'we recommend', because I think we can recommend tokens.indieauth.com, while pointing at the selfhosted version too. Is everyone on board with that recommendation?

dissolve commented 7 years ago

Yeah, this isn't a warning anymore, should certainly document it. And honestly any token endpoint is going to be now tied in to whatever micropub endpoint. I don't see any need to recommend any specific software.

Zegnat commented 7 years ago

New commit addresses @dissolve’s comment and links to a list of IndieWeb implementations instead of IndieAuth.com’s token endpoint.

Also move it out of warnings and into the general information section.