1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-08 15:44:25 +08:00
Files
osu-lazer/osu.Game
T
Bartłomiej Dach d5aa5b61ad Replace manual specification of Authorization header with SignalR-provided provider property
The property used here is listed in SignalR documentation:

	https://learn.microsoft.com/en-us/aspnet/core/signalr/authn-and-authz?view=aspnetcore-10.0#bearer-token-authentication

While in practice this probably has zero bearing on anything,
theoretically the way proposed in this commit is more correct.
As the documentation states, with some transports the token may need to
be renewed if it expires, which providing it via a header as done
previously would not achieve, while going through `API.AccessToken`
every time will perform a token refresh if one is needed.
d5aa5b61ad · 2026-01-13 11:03:59 +01:00
History
..
2025-04-28 15:52:31 +09:00
2025-12-29 16:07:14 +09:00
2026-01-13 07:47:25 +03:00
2026-01-08 02:04:18 +09:00