Skip to content
This repository was archived by the owner on Jul 6, 2022. It is now read-only.

feat: Implement SNMfaService#392

Merged
gorjan5sk merged 8 commits intomasterfrom
feature/mfa-service
Aug 26, 2021
Merged

feat: Implement SNMfaService#392
gorjan5sk merged 8 commits intomasterfrom
feature/mfa-service

Conversation

@gorjan5sk
Copy link
Copy Markdown
Contributor

@gorjan5sk gorjan5sk commented Aug 24, 2021

Implemented SNMfaService leveraging SNSettingsService with sensitive settings, the API exposes:

  • checking for MFA per user
  • generating MFA secret key
  • MFA activation
  • MFA deactivation

@gorjan5sk gorjan5sk force-pushed the feature/mfa-service branch 2 times, most recently from d787527 to fe1cf6f Compare August 25, 2021 16:31
@gorjan5sk gorjan5sk force-pushed the feature/mfa-service branch from 02d6c10 to 4b5b304 Compare August 26, 2021 10:49
@gorjan5sk gorjan5sk marked this pull request as ready for review August 26, 2021 11:46
}));
await new Promise(resolve => setTimeout(resolve, 1000));
expect(await application.getSetting(SettingName.ExtensionKey)).toBe(extensionKey);
expect(await application.getSetting(SettingName.ExtensionKey)).toBe(null);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not following, if the setting is null then it means it hasn't been updated with the right key?

gorjan5sk and others added 3 commits August 26, 2021 16:00
@gorjan5sk gorjan5sk merged commit 8737665 into master Aug 26, 2021
@gorjan5sk gorjan5sk deleted the feature/mfa-service branch August 26, 2021 14:25
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants