denoland / deno_kv_oauth

High-level OAuth 2.0 powered by Deno KV.
https://jsr.io/@deno/kv-oauth
MIT License
257 stars 26 forks source link

fix: remove unnecessary cookie check from `signOut()` #244

Closed iuioiua closed 1 year ago

iuioiua commented 1 year ago

Previously, this check was justified because it could potentially avoid a database call. Now that the database call is gone, the check can be removed.