кадди авторизация наконец-то заработала

This commit is contained in:
2025-08-27 18:33:52 +03:00
parent a09648ea1f
commit 6335523160
3 changed files with 99 additions and 70 deletions
+50 -3
View File
@@ -1,11 +1,58 @@
{
"version": "1.1.2",
"policy": {
"password": {
"keep_versions": 10,
"min_length": 8,
"max_length": 128,
"require_uppercase": false,
"require_lowercase": false,
"require_number": false,
"require_non_alpha_numeric": false,
"block_reuse": false,
"block_password_change": false
},
"user": {
"min_length": 3,
"max_length": 50,
"allow_non_alpha_numeric": false,
"allow_uppercase": false
}
},
"revision": 2,
"last_modified": "2021-10-25T13:04:58.482997492-04:00",
"users": [
{
"id": "39555452-454e-4c85-829b-8195a8dd8c81",
"username": "deadcxap",
"email": "dead@cxap.space",
"password": "$2b$12$s5SZcTu0THrdIHmdqTIuS.Hb89nokYfwF5xSDPSJPZsKoYnFkv61i",
"email_address": {
"address": "dead@cxap.space",
"domain": "cxap.space"
},
"email_addresses": [
{
"address": "dead@cxap.space",
"domain": "cxap.space"
}
],
"passwords": [
{
"purpose": "generic",
"algorithm": "bcrypt",
"hash": "$2b$12$s5SZcTu0THrdIHmdqTIuS.Hb89nokYfwF5xSDPSJPZsKoYnFkv61i",
"cost": 10,
"expired_at": "0001-01-01T00:00:00Z",
"created_at": "2021-10-25T17:04:58.4251263Z",
"disabled_at": "0001-01-01T00:00:00Z"
}
],
"created": "2021-10-25T17:04:58.42512588Z",
"last_modified": "2021-10-25T17:04:58.42512594Z",
"roles": [
"admin"
{
"name": "admin",
"organization": "authp"
}
]
}
]