NoelJacob / memoir

Home Page:warrent.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SvelteKit Example

This project was created with SvelteKit.

Notes for building

  • @uauth/js now depends on the WebCrypto Standard alone for all cryptographic functions.

  • @uauth/js no longer needs any polyfills to work.

  • @uauth/js requires the window object to be accessable when importing it.

    • This means that you cannot import the library at the top-level if you want to keep SvelteKit's SSR system in place. Instead, we are dynamically importing the library.

Files

Resources

  • This is an example demonstrating the use of @uauth/js

About

warrent.vercel.app


Languages

Language:Shell 47.1%Language:Svelte 24.1%Language:JavaScript 18.2%Language:TypeScript 5.4%Language:HTML 3.7%Language:CSS 1.6%