···1717namespace Iceshrimp.Backend.Controllers.Web;
18181919/// <summary>
2020-/// Operations for user authentication. Iceshrimp.NET's API uses Bearer tokens in the <c>Authorization</c> header for authentication.
2020+/// <para>Operations for user authentication. Iceshrimp.NET's API uses Bearer tokens in the <c>Authorization</c> header for authentication.</para>
2121+/// <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>
2122/// </summary>
2223[ApiController]
2324[Tags("Authentication")]