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

BREAKING: remove `clearOAuthSessionsAndTokens()` #230

Closed iuioiua closed 1 year ago

iuioiua commented 1 year ago

This function is no longer needed as tokens are no longer stored in the database, and OAuth sessions are set with expires. The database will be kept clean anyway.