File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Here are a few things you get today:
14
14
on merge for both production and staging environments
15
15
- Email/Password Authentication with
16
16
[ cookie-based sessions] ( https://remix.run/utils/sessions#md-createcookiesessionstorage )
17
- - Two-Factor Authentication with support for authenticator apps.
17
+ - Two-Factor Authentication (2fa) with support for authenticator apps.
18
18
- Transactional email with [ Mailgun] ( https://www.mailgun.com/ ) and forgot
19
19
password/password reset support.
20
20
- Progressively Enhanced and fully type safe forms with
@@ -38,6 +38,7 @@ Here are a few things you get today:
38
38
- Static Types with [ TypeScript] ( https://typescriptlang.org/ )
39
39
- Runtime schema validation with [ zod] ( https://zod.dev/ )
40
40
- Error monitoring with [ Sentry] ( https://sentry.io/welcome/ )
41
+ - Light/Dark/System mode (without a flash of incorrect theme)
41
42
42
43
Here are some things that will likely find their way into the Epic Stack (or the
43
44
docs examples) in the future:
@@ -48,7 +49,6 @@ docs examples) in the future:
48
49
- Internationalization
49
50
- Image optimization route and component
50
51
- Feature flags
51
- - Light/Dark/System mode (without a flash of incorrect theme)
52
52
- Documentation on production data seeding process
53
53
54
54
Not a fan of bits of the stack? Fork it, change it, and use
You can’t perform that action at this time.
0 commit comments