[tantek]I have a bunch of code/cases to not include trailing characters in URLs that are more likely to be part of the surrounding prose context like . ! ? And I need to add ":" to that list
[tantek]capjamesg[d], re: the trailing ":" getting included, I found the code. I was trimming all of these from the end of a link because they're more likely prose punctuation .!?,;"')]} but not ":" so now I'll make that one character change and see if it fixes it 🙂
jonnybarnesI think its because I’m using samesite=strict on my Cookies, but my webapp thinks I’m not logged in, and I cant get my login flow to redirect back to the `/auth?...` URL