Created a (somewhat) functional login screen, which will accept any...
Created a (somewhat) functional login screen, which will accept any credentials and return either a HTTP 200 or 401 status code, depending on whether the username has special characters or not. Still a long way to go - the login system still needs PAM integration of some sort.
Showing
- dylan-testing/core/login-service.js 52 additions, 14 deletionsdylan-testing/core/login-service.js
- dylan-testing/core/web-service.js 6 additions, 5 deletionsdylan-testing/core/web-service.js
- dylan-testing/package-lock.json 63 additions, 56 deletionsdylan-testing/package-lock.json
- dylan-testing/package.json 1 addition, 0 deletionsdylan-testing/package.json
- dylan-testing/static/index.html 1 addition, 0 deletionsdylan-testing/static/index.html
- dylan-testing/static/login.html 16 additions, 0 deletionsdylan-testing/static/login.html
Please register or sign in to comment