Skip to content

SRP Protocol

Latest

Choose a tag to compare

@amitdhongde amitdhongde released this 29 May 09:59
· 1 commit to master since this release
fe473fa

Feat: Issue #132
Feat: Implement the SRP Protocol-based authentication and routes for api and web guards.
Fix: Refactor the authentication flow to centralise challenge handling and parameterise status messages.
Refactor: Centralized the initiateAuth and secret-hash injection across auth calls.
Doc: Update the README with SRP authentication instructions and details