Learn how to enable password protection for your website to restrict access
Password protection allows you to temporarily restrict access to your site by setting a global password. Users must enter this password before viewing your site or logging in.
You can enable password protection from the Security section in School Settings.This will temporarily restrict access to your site by setting a global password. Users must enter this password before viewing your site or logging in.This feature is ideal for:
Pre-launch or private institutions
Testing environments
Exclusive cohorts or invite-only batches
Once password is set, whenever someone opens your website it would look like this:
How to embed password-protected website inside another app externally?
You might want to password protect your website and embed it externally in a different app.To do that, you must set a JWT as a cookie named website-password. For example, let us assume your website is lms.example.com which uses Fermion. In order to securely access it from an external app, do the following:
Enable password on the website (assume you set password to be 123456)