hngprojects / hng_boilerplate_expressjs

75 stars 83 forks source link

[FEAT]: Implement Magic Link Endpoint #361

Closed masterchief-Dave closed 1 month ago

masterchief-Dave commented 1 month ago

Description:

Implement magic link authentication for password less login. This feature will generate a unique token which is time-limited when a user requests login.

Acceptance Criteria:

Expected Outcome:

Requirements:

Endpoints:

Test

The Endpoint should:

AdeGneus commented 1 month ago

Refactor this