Skip to content

Commit

Permalink
update readme to describe tokens and node/filesystem deps
Browse files Browse the repository at this point in the history
  • Loading branch information
boazsender committed Feb 16, 2024
1 parent f60a770 commit 8c1bc26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# privacy-stack-template

This is stack is based on the [Remix Indie Stack](https://github.com/remix-run/indie-stack), with a additions the center data privacy, add some UI components for buttons and pills, and create a mobile design using headless ui and tailwind. Read more about [Remix Stacks](https://remix.run/stacks) to get started.
This is stack is based on the [Remix Indie Stack](https://github.com/remix-run/indie-stack), with a additions the center data privacy, add some UI components for buttons and pills, and create a mobile design using headless ui and tailwind. This stack depends on a file system for sqlite and file upload, and on node for crypto functions. Read more about [Remix Stacks](https://remix.run/stacks) to get started.

Or run `npx create-remix@latest --template https://github.com/bocoup/privacy-stack.git`

Expand All @@ -9,7 +9,7 @@ Or run `npx create-remix@latest --template https://github.com/bocoup/privacy-sta
- Production-ready [SQLite Database](https://sqlite.org)
- [GitHub Actions](https://github.com/features/actions) for linting, typechecking, and smoke testing on merge to production and staging environments
- Email/Password Authentication with [cookie-based sessions](https://remix.run/utils/sessions#md-createcookiesessionstorage)
- Transactional emails, including forgot password and delete my data, with [Sendgrid](https://sendgrid.com/)
- Transactional emails with secure tokens, including forgot password and delete my data, with [Sendgrid](https://sendgrid.com/)
- [GDPR](https://gdpr.eu/what-is-gdpr/) and [CCPA](https://www.oag.ca.gov/privacy/ccpa) compliance with do not sell, data access, and data deletion flows
- Default do not sell on signup
- See what data is stored about me
Expand Down

0 comments on commit 8c1bc26

Please sign in to comment.