Updated main provider to include Chronicle

This commit is contained in:
Samuel Andert
2023-07-21 09:24:32 +02:00
parent 19b5dee9d8
commit 4b419a5ade
17 changed files with 7220 additions and 2 deletions

32
example/google-auth/.gitignore vendored Normal file
View File

@ -0,0 +1,32 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# next.js
/.next/
/out/
# production
/build
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# local env files
.env*.local
# vercel
.vercel