-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Opinionated login you can easily add yourself if you want it
- Loading branch information
Showing
10 changed files
with
3 additions
and
103 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,7 +61,6 @@ Check it live 👉 <https://stack.merlijn.site> | |
- Postgres Row-Level Security (see [Drizzle](https://orm.drizzle.team/docs/rls) | ||
and [Neon](https://neon.tech/docs/guides/neon-authorize) docs). | ||
- File uploads to S3 and served over Cloudfront. | ||
- The new SST [OpenAUTH](https://openauth.js.org) component instead of rolling it ourselves. | ||
- Tailwind [v4.0](https://tailwindcss.com/blog/tailwindcss-v4-beta) when it | ||
comes out. | ||
|
||
|
@@ -326,28 +325,6 @@ Go to production | |
```sh | ||
bunx sst deploy --production | ||
``` | ||
### Authentication | ||
The following methods are supported: | ||
- Email/Code | ||
- Magic Links | ||
- Social Logins (Github) | ||
Under the hood, we are using `remix-auth`, `remix-auth-totp` and | ||
`remix-auth-github` to handle the authentication process. | ||
In order to speed up development, the OTP code will also be displayed in the | ||
terminal/console, so you don't have to constantly check the email inbox. | ||
(Recommended for development purposes only.) | ||
You can authenticate as `admin` by using the following credentials: | ||
- Email: `[email protected]` | ||
- Code: OTP Code is provided by the terminal/console, as email is not sent to | ||
the `admin` user. | ||
### Subscriptions | ||
The following subscription features are included: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters