Skip to content

Log In

Log in with local auth

await StrapiClient.GetClient()
    .GetAuthBuilder()
    .Identifier("your-username")
    .Password("your-password")
    .LogInAsync();