wultra / powerauth-restful-integration

Integration libraries used when building PowerAuth protected RESTful
GNU Affero General Public License v3.0
4 stars 4 forks source link

Consolidate shouldCreateRecoveryCodes #553

Open zcgandcomp opened 2 weeks ago

zcgandcomp commented 2 weeks ago

The shouldCreateRecoveryCodes during the first activation creation is derived by the activation provider - if exists. If it doesn't, it defaults to true. But when we are creating activation by recovery, it defaults to false. Also we are calling the activation provider with ActivationType.CODE disregards the type of activation.