kylewm / flask-micropub

Flask extension to support IndieAuth and Micropub clients.
http://flask-micropub.readthedocs.org/
BSD 2-Clause "Simplified" License
24 stars 2 forks source link

change default auth url #7

Open argovaerts opened 6 years ago

argovaerts commented 6 years ago

https://github.com/kylewm/flask-micropub/blob/897c75848c441758d61c11e36c02ae9c1f786950/flask_micropub.py#L24

Change too DEFAULT_AUTH_URL = 'https://indielogin.com/auth' as indieauth.com is being deprecated.

martymcguire commented 6 years ago

note that indielogin.com is not yet open to the public as of 2018-05-22 at least.

developers may be able to automate registration at some point

tswast commented 6 years ago

Looks like it’s open now. https://indielogin.com

martymcguire commented 6 years ago

@tswast: while the site is available for testing your own site's configuration, it is not currently open to client apps like those that would use flask-micropub.

@aaronpk can answer this definitively.