Skip to content

Commit

Permalink
[PM-2041] Finish adding FIDO2 Authentication (#3467)
Browse files Browse the repository at this point in the history
  • Loading branch information
coroiu authored Nov 22, 2023
1 parent dba7a79 commit ef50e4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Identity/Controllers/AccountsController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ public async Task<PreloginResponseModel> PostPrelogin([FromBody] PreloginRequest
return new PreloginResponseModel(kdfInformation);
}

[HttpPost("webauthn/assertion-options")]
[HttpGet("webauthn/assertion-options")]
[RequireFeature(FeatureFlagKeys.PasswordlessLogin)]
public WebAuthnLoginAssertionOptionsResponseModel PostWebAuthnLoginAssertionOptions()
public WebAuthnLoginAssertionOptionsResponseModel GetWebAuthnLoginAssertionOptions()
{
var options = _userService.StartWebAuthnLoginAssertion();

Expand Down

0 comments on commit ef50e4d

Please sign in to comment.