Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(providers): Add Postmark email provider #10512

Merged
merged 1 commit into from Apr 8, 2024
Merged

Conversation

balazsorban44
Copy link
Member

@balazsorban44 balazsorban44 commented Apr 8, 2024

What

Add Postmark support.

This only will require a single AUTH_POSTMARK_KEY to be set in addition to a database, and then you can use it as a passwordlss login option

How

Similar to #9753

Copy link

vercel bot commented Apr 8, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

3 Ignored Deployments
Name Status Preview Updated (UTC)
auth-docs ⬜️ Ignored (Inspect) Apr 8, 2024 2:49pm
next-auth-docs ⬜️ Ignored (Inspect) Apr 8, 2024 2:49pm
nextra-docs ⬜️ Ignored (Inspect) Apr 8, 2024 2:49pm

Copy link

codecov bot commented Apr 8, 2024

Codecov Report

Attention: Patch coverage is 0% with 38 lines in your changes are missing coverage. Please review.

Project coverage is 39.34%. Comparing base (4e6ffcd) to head (33ed842).

Files Patch % Lines
packages/core/src/providers/postmark.ts 0.00% 38 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #10512      +/-   ##
==========================================
- Coverage   39.39%   39.34%   -0.06%     
==========================================
  Files         171      172       +1     
  Lines       27404    27442      +38     
  Branches     1161     1168       +7     
==========================================
  Hits        10797    10797              
- Misses      16607    16645      +38     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@balazsorban44 balazsorban44 merged commit b839860 into main Apr 8, 2024
12 of 15 checks passed
@balazsorban44 balazsorban44 deleted the feat/add-postmark branch April 8, 2024 15:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Refers to `@auth/core` providers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant