denoland / deno_kv_oauth

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

feat: `Helpers` interface #313

Closed iuioiua closed 7 months ago

iuioiua commented 7 months ago

This change deprecates signIn(), handleCallback(), signOut(), and getSessionId() in favour of the functions created from createHelpers(). This ensures that the behaviour of helpers is consistent throughout various pages. The Helper interface will make the documentation of these functions easier to read.

Supercedes #312