Openmedianetwork / OMN

This is a space for organing the OMN
4 stars 0 forks source link

RSSTootalizer - Trailing / #2

Closed mj-saunders closed 5 years ago

mj-saunders commented 6 years ago

When signing in to rsstootalizer account with the url of a mastodon instance, a trailing / (forward slash) at the end of the url is enough to generate two separate accounts; i.e.

https://activism.openworlds.info https://activism.openworlds.info/

will attempt to authorize two separate apps.

I shall look at fixing this in the rsstootalizer code

mj-saunders commented 6 years ago

Note to self - all that's needed is a little use of regex to remove any trailing forward slash. Would have to check, but other validation should already be in the original code.

mj-saunders commented 5 years ago

should be fixed now