indieweb / wordpress-indieauth

IndieAuth for WordPress
https://wordpress.org/plugins/indieauth/
MIT License
31 stars 11 forks source link

Switch from using name as the slug to client ID #250

Closed dshanske closed 1 year ago

dshanske commented 1 year ago

In testing the new taxonomy, using the name of the application is too fragile. This ensures unique slugs in the event of two clients with the same name.

dshanske commented 1 year ago

Addresses #244

pfefferle commented 1 year ago

Why not use sanitize_title? It makes https-notiz-blog-about out of https://notiz.blog/about/.

dshanske commented 1 year ago

Wanted to strip the www and the https