Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ plugin
admin-ui
static/assets
static/email/test-emails
.env
.env
src/config/plugins/assets
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ database may be orchestrated with Docker Compose.
In Vendure, your custom functionality will live in [plugins](https://www.vendure.io/docs/plugins/).
These should be located in the `./src/plugins` directory.

## Privy

[Privy](https://docs.privy.io/) based `AuthenticationStrategy` has been implemented and should be available once you have set your privy app id and app secret respectively in the `PRIVY_APP_ID` and `PRIVY_APP_SECRET` variables in your `.env` file. If you don't have a privy account(and app), you can [create one](https://dashboard.privy.io/).

## Migrations

[Migrations](https://www.vendure.io/docs/developer-guide/migrations/) allow safe updates to the database schema. Migrations
Expand Down
Loading