-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
// POST /v1/passwords
const stytch = require('stytch');
const client = new stytch.Client({
project_id: '${projectId}',
secret: '${secret}',
});
const params = {
email: "${email}",
password: "${examplePassword}",
session_duration_minutes: 60,
};
client.Passwords.Create(params)
.then(resp => { console.log(resp) })
.catch(err => { console.log(err) });
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels