mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 19:41:09 +02:00
feat(auth): add Brevo email integration for password reset and org invites
This commit is contained in:
parent
f37f85eded
commit
c5ffd92bad
14 changed files with 1041 additions and 554 deletions
5
.github/workflows/cd-staging.yml
vendored
5
.github/workflows/cd-staging.yml
vendored
|
|
@ -111,6 +111,11 @@ jobs:
|
|||
JWT_PUBLIC_KEY=${{ secrets.JWT_PUBLIC_KEY }}
|
||||
JWT_PRIVATE_KEY=${{ secrets.JWT_PRIVATE_KEY }}
|
||||
|
||||
# Brevo Email Service
|
||||
BREVO_API_KEY=${{ secrets.BREVO_API_KEY }}
|
||||
EMAIL_SENDER_ADDRESS=noreply@manacore.ai
|
||||
EMAIL_SENDER_NAME=ManaCore
|
||||
|
||||
# Supabase
|
||||
SUPABASE_URL=${{ secrets.SUPABASE_URL }}
|
||||
SUPABASE_ANON_KEY=${{ secrets.SUPABASE_ANON_KEY }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue