DuendeSoftware / BFF

Framework for ASP.NET Core to secure SPAs using the Backend-for-Frontend (BFF) pattern
Other
333 stars 75 forks source link

Consider defaulting to bearer token type when token type is missing #182

Closed josephdecock closed 1 year ago

josephdecock commented 1 year ago

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.

josephdecock commented 1 year ago

See https://github.com/DuendeSoftware/Support/issues/826, https://github.com/DuendeSoftware/Support/issues/829

brockallen commented 1 year ago

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

Vossekop commented 9 months ago

Any idea when v2.1.2 will be released. We are hitting this issue and so we are stuck on 2.0.0 at the moment.

josephdecock commented 9 months ago

We're working on a release that will also add support for .NET 8, and hoping to release this week or early next.

Vossekop commented 9 months ago

Good to hear, looking forward to it.