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

Try to move our check into our app #107

Closed michielbdejong closed 8 months ago

michielbdejong commented 8 months ago

See:

michielbdejong commented 8 months ago

Following notes from https://github.com/pondersource/nextcloud-mfa-awareness/issues/90#issuecomment-1855796048 I'm building https://github.com/pondersource/server/tree/mfa-check-front-27 with:

nvm use 16
npm install
npm run build
michielbdejong commented 8 months ago

And the patch is: https://github.com/pondersource/server/commit/168036570f4.patch

michielbdejong commented 8 months ago

Will continue with https://github.com/pondersource/nextcloud-mfa-awareness/commit/5aebb6da4479b957298c1f8a6b35584f04aacc99#diff-84230c0df21000c6662d7a606c7e7d5eeab035f634467df1d7b889b037126bb9R24 tomorrow

michielbdejong commented 8 months ago

I'm leaving the COPY dist files for the frontend changes of the MFAVerified WorkFlow Check, but removing the backend code for it, since the mfazones app will now create the check.