save: @auth/core implementation in fresh framework

Created: 1 Feb 2023,Updated: 2 Feb 2023,(0) fork,(0) stars,(0) comments,

how to use it?

To resolve dependencies defined by @auth/core First you need to modify ./import_map.json and add this scope

{
  "imports": {...},
  "scopes": {
    ...
    "https://cdn.jsdelivr.net/npm/@auth/core@0.5.1/": {
      "@panva/hkdf": "https://deno.land/x/hkdf@v1.0.4/index.ts",
      "oauth4webapi": "https://deno.land/x/oauth4webapi@v2.2.0/mod.ts",
      "cookie": "https://esm.sh/v113/cookie@0.5.0"
    },
  }
}