a fork of iceshrimp.net but a tweaked frontend to my personal liking. waow
fediverse social-media social iceshrimp fedi
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[backend/web] Expand doc comment for AuthController

authored by

pancakes and committed by
Iceshrimp development
eabd88b6 783ef270

+2 -1
+2 -1
Iceshrimp.Backend/Controllers/Web/AuthController.cs
··· 17 17 namespace Iceshrimp.Backend.Controllers.Web; 18 18 19 19 /// <summary> 20 - /// Operations for user authentication. Iceshrimp.NET's API uses Bearer tokens in the <c>Authorization</c> header for authentication. 20 + /// <para>Operations for user authentication. Iceshrimp.NET's API uses Bearer tokens in the <c>Authorization</c> header for authentication.</para> 21 + /// <para>The CORS rules for these operations are restricted to only allow domains set in <c>[Instance] AdditionalDomains</c>. Web based clients that aren't set will not be able to use these operations.</para> 21 22 /// </summary> 22 23 [ApiController] 23 24 [Tags("Authentication")]