Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

Releases: kernvalley/accounts.kernvalley.us

Redirect improvements & consistency

29 Dec 18:42
87d430b
Compare
Choose a tag to compare

Added

  • Set "kv-user" cookie on sign-in and registration
  • Implement handling of redirects on login/logout
  • Go to login immediately after password reset

Changed

  • Pass around search params on redirects
  • Autofill email for change password form
  • Form handling function can now set input values and readonly state
  • Support /#?redirect=url in _redirects
  • Set cookie params in consts.js
  • Do not specify custom elements version in CSP
  • Update to custom elements @ 1.4.3 (same hash somehow)
  • Use standard redirect function, checking url.hostname
  • Change document.title base on actions

Password checking and changing

27 Dec 18:08
c2ce012
Compare
Choose a tag to compare

Added

  • Password reset/change form
  • /.well-known/change-password
  • Redirects for several actions (/#, /register, /change-password)
  • Additional handling of password reset links (?action=reset&token&email)
  • Handle query strings for ?action=
  • Check for exposed passwords using HaveIBeenPwned

Changed

  • Update icons list
  • Misc. design changes

Initial Release

27 Dec 18:08
389e86a
Compare
Choose a tag to compare
  • Login and Registration forms with event handling
  • Support for navigator.credentials
  • Various formats and sizes for icons
  • Custom site theme and metadata