PlaidWeb / Authl

A library for managing federated identity
MIT License
36 stars 4 forks source link

utils.permanent_url needs to normalize scheme and netloc #87

Closed fluffy-critter closed 4 years ago

fluffy-critter commented 4 years ago

Per URL normalization rules, https://beesbuzz.biz/ and https://BeesBuzz.Biz are the same domain, and the latter should be normalized to the former.

Fixing this in permanent_url will fix it in all endpoints where the URL itself matters (i.e. IndieAuth).