Template
1
0

feat: encapsulate identity with better-auth

This commit is contained in:
2025-09-25 13:24:32 +02:00
parent 99111b69eb
commit f2ba21a7e3
48 changed files with 718 additions and 766 deletions

View File

@@ -12,9 +12,8 @@ post {
body:json {
{
"deviceId": "",
"preAuthSessionId": "",
"userInputCode": ""
"email": "john.doe@fixture.none",
"otp": ""
}
}

View File

@@ -12,7 +12,6 @@ post {
body:json {
{
"base": "http://localhost:5170",
"email": "john.doe@fixture.none"
}
}

View File

@@ -12,7 +12,7 @@ post {
body:json {
{
"name": "valkyr"
"name": ""
}
}