Ephilates
10/05/2024, 8:07 PMContext?.User?.Identity?.Name
returns null.
I've tried creating a token generation endpoint and passing that into the accessTokenFactory
of the signalr hub builder on the client, but not had much luck. The asp.net core identity docs say that signalr should pick up the default identity cookie automatically, so wondering if I am missing some
bit of config (the MS docs on this are a bit of a maze).
If anyone could help that would be great.Ephilates
10/06/2024, 9:38 PM/umbraco/<hub>
will use backoffice user auth, and /<hub
will use front end user auth.