Create a custom login page Last updated: 09. Dec 2021
If you want to make an application which requries login you can create your own login page. Combine this with a custom login handler to create your own user database and login to your site / application.
DRAFT ONLY - NOT AVAILABLE YET ...
Create the following file: #/Login.hash
... Your own login page here ...
Make sure that you make all necessary resources available for public (users that are not logged in). That being files like CSS, images etc.