Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Tags: ngshiheng/worker-auth

Tags

v1.0.2

Toggle v1.0.2's commit message
chore(release): 1.0.2 [skip ci]

## [1.0.2](v1.0.1...v1.0.2) (2023-06-03)

### Bug Fixes

* **deps:** update dependency @tsndr/cloudflare-worker-jwt to v2.2.1 ([1d9eb57](1d9eb57))

v1.0.1

Toggle v1.0.1's commit message
chore(release): 1.0.1 [skip ci]

## [1.0.1](v1.0.0...v1.0.1) (2023-01-25)

### Bug Fixes

* **deps:** update dependency @tsndr/cloudflare-worker-jwt to v2.1.4 ([b27b747](b27b747))

v1.0.0

Toggle v1.0.0's commit message
chore(release): 1.0.0 [skip ci]

# 1.0.0 (2022-10-16)

### Bug Fixes

* add strict samesite flag ([85f722d](85f722d))
* only overwrite csrf-token if csrfToken header is present ([f7befc9](f7befc9))

### Features

* add button to clear local storage ([753135d](753135d))
* add csrf attack protection ([fce9fe6](fce9fe6))
* add expiry to DB, JWT & cookie ([7fdcf3f](7fdcf3f))
* add logout ([06c6328](06c6328))
* add new sign up and login page ([c2c42be](c2c42be))
* add registration endpoint ([ddfa9f4](ddfa9f4))
* hash password and add login endpoint ([72142d2](72142d2))
* properly render error messages on UI ([e4d81f0](e4d81f0))
* redirect user to home after successfully login ([a0a92b8](a0a92b8))
* support JWT auth ([7ae631a](7ae631a))