Diagram
  • Introduction
  • Get Started
    • Hello World
    • Connecting to a DB
    • From a template
  • Concepts
    • Endpoints
    • Algorithm
  • Nodes
    • Bcrypt
    • Code
    • Constant
    • Database
    • EasyDB
    • Firestore
    • If / Then
    • Request
    • Response
    • JWT
    • Mapper
    • MongoDB
    • Stripe
    • Webhook
  • Templates
    • Login
    • Register
    • Get User
  • Resources
    • Dashboard
    • Contact
    • FAQs
Powered by GitBook
On this page
  • Type: MANAGED
  • Environment Variables: JWT

Was this helpful?

  1. Templates

Login

User login template that uses our manage database.

Type: MANAGED

Environment Variables: JWT

Request:

  • EMAIL - Requires an email parameter in request body

  • PASSWORD - Requires a password parameter in request body

Response Body:

  • TOKEN - Returns a token property

Tip 💡: Remember to include the email and password parameters in HTTP body when running this template (for both debugging or calling the API)

PreviousWebhookNextRegister

Last updated 3 years ago

Was this helpful?