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

Latest commit

 

History

History
53 lines (41 loc) · 1.68 KB

File metadata and controls

53 lines (41 loc) · 1.68 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[v1.0.2] - 2020-12-29

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 /login?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

Fixed

[v1.0.1] - 2020-12-27

Added

  • Password reset/change form
  • /.well-known/change-password
  • Redirects for serveral actions (/login, /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

[v1.0.0] - 2020-12-26

Added

  • Login and Registration forms with event handling
  • Support for navigator.credentials
  • Various formats and sizes for icons
  • Custom site theme and metadata