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: clarify ability to define cookie name #250

Closed iuioiua closed 1 year ago

iuioiua commented 1 year ago

The ability to define the cookie name using options?.cookieOptions?.name was already there. However, this makes it clear that that is the case.