TanmoySG / wunder-identity-provider

ID Provider for Wunder Platform. Authentication & Authorization Server for all wunder products
3 stars 0 forks source link

[Bug] Un-handled Return Codes in AuthLib `ALR12` and `ALR15` #73

Open TanmoySG opened 2 years ago

TanmoySG commented 2 years ago

Currently, only Response Code ALR014 is being processed from the authlib-provider. But in cases when the OTP is Regenerated - ALR12 and ALR15 no mail is sent to the user with the new OTP, and only a failed message is returned from the request.

In order to process newly generated OTPs(generated against the expired ones) other "regenerative" return codes are also to be handled.

[Checkpoints]

[Snippets]

See this Snippet.