pondersource / nextcloud-mfa-awareness

Make Nextcloud aware of whether the current user is logged in with Multi-Factor Authentication
MIT License
0 stars 2 forks source link

Create MFA State Check and see it working #26

Closed michielbdejong closed 1 year ago

michielbdejong commented 1 year ago

If we would add a MfaState.php file in https://github.com/nextcloud/server/blob/master/apps/workflowengine/lib/Check/ and then also add a Vue template for it in https://github.com/nextcloud/server/tree/master/apps/workflowengine/src/components/Checks then it should (we think) show up as an available condition for file access blocking in http://localhost:8080/index.php/settings/admin/workflow

Let's test if this works!

michielbdejong commented 1 year ago

Done