Template
1
0

feat: add supertokens

This commit is contained in:
2025-09-24 01:20:09 +02:00
parent 0d70749670
commit 99111b69eb
92 changed files with 1613 additions and 1141 deletions

View File

@@ -1,19 +1,21 @@
meta {
name: Code
type: http
seq: 2
seq: 3
}
get {
url: {{url}}/identities/login/code/:identityId/code/:codeId/:value
body: none
post {
url: {{url}}/identity/login/code
body: json
auth: inherit
}
params:path {
identityId: efefa471-905d-4702-bd0a-863d8cf70424
codeId: 7055b769-0814-47b8-836e-cfef2d8c2e68
value: 00597
body:json {
{
"deviceId": "",
"preAuthSessionId": "",
"userInputCode": ""
}
}
script:post-response {