Project Tree
Generated file. Do not edit manually. Regenerate with:
npm run docs:tree
.
|-- docs
| |-- repository
| |-- ARCHITECTURE.md
| +-- REPOSITORY.md
|-- documentation
| |-- blog
| | |-- 2021-08-26-welcome
| | | |-- docusaurus-plushie-banner.jpeg
| | | +-- index.mdx
| | |-- 2019-05-28-first-blog-post.mdx
| | |-- 2019-05-29-long-blog-post.mdx
| | |-- 2021-08-01-mdx-blog-post.mdx
| | |-- authors.yml
| | +-- tags.yml
| |-- docs
| | |-- ARCHITECTURE.md
| | |-- README.md
| | +-- REPOSITORY.md
| |-- src
| | |-- components
| | | +-- HomepageFeatures
| | | |-- index.tsx
| | | +-- styles.module.css
| | |-- css
| | | +-- custom.css
| | +-- pages
| | |-- index.module.css
| | |-- index.tsx
| | +-- markdown-page.mdx
| |-- static
| | |-- img
| | | |-- docusaurus.png
| | | |-- docusaurus-social-card.jpg
| | | |-- favicon.ico
| | | |-- logo.svg
| | | |-- undraw_docusaurus_mountain.svg
| | | |-- undraw_docusaurus_react.svg
| | | +-- undraw_docusaurus_tree.svg
| | +-- .nojekyll
| |-- .gitignore
| |-- docusaurus.config.ts
| |-- package.json
| |-- package-lock.json
| |-- README.md
| |-- sidebars.ts
| +-- tsconfig.json
|-- examples
| +-- google-auth.ts
|-- scripts
| |-- generate-project-tree.ps1
| +-- sync-docusaurus-docs.ps1
|-- src
| |-- core
| | |-- auth-account.js
| | |-- auth-account.ts
| | |-- auth-account-lookup.ts
| | |-- auth-provider.js
| | |-- auth-provider.ts
| | |-- auth-session.js
| | |-- auth-session.ts
| | +-- is-auth-session-expired.ts
| |-- errors
| | |-- auth-account-not-found-error.ts
| | |-- auth-config-error.ts
| | |-- auth-error.ts
| | +-- auth-provider-error.ts
| |-- providers
| | +-- google
| | |-- google-config.ts
| | |-- google-oauth.js
| | |-- google-oauth.ts
| | |-- google-provider.js
| | |-- google-provider.ts
| | |-- google-scopes.js
| | +-- google-scopes.ts
| |-- services
| | +-- auth-service.ts
| |-- storage
| | |-- auth-storage-adapter.ts
| | +-- memory-auth-storage.ts
| |-- index.js
| +-- index.ts
|-- .gitignore
|-- package.json
|-- package-lock.json
|-- README.md
+-- tsconfig.json