DuendeSoftware / BFF

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

Look into a sample for IUserTokenStore with server side sessions #162

Closed brockallen closed 1 year ago

brockallen commented 1 year ago

For example when we have a SignalR connection -- can we use server-side sessions and it just works, or do we need a custom IUserTokenStore.

brockallen commented 1 year ago

Tracked here: https://github.com/DuendeSoftware/Samples/issues/108