v3.14: missing sanitization of token issuer URL
fts-rest-flask is not doing any sanitization of the token URL to ensure that it is ending with a /, despite it does it on the token providers retrieved from the DB. As a result, if the token issuer is not ending with a / it cannot be matched against one of the configured provider.