DuendeSoftware / BFF

Framework for ASP.NET Core to secure SPAs using the Backend-for-Frontend (BFF) pattern

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consider defaulting to bearer token type when token type is missing

josephdecock opened this issue · comments

There have been several support cases where the lack of a token type in unusual circumstances caused issues. When the token type is missing, we could assume that we should use the bearer token type as a fallback.

If you have a clear/simple fix, then we can do this as a patch.