Added
Additional Authentication Method types
about 1 month ago by Nadia
We’ve expanded authentication_method.type with two new options:
$pop(Proof-of-Personhood): use when verifying a user through PoP providers.- Example variants:
worldid,brightid,gitcoin_passport,sismo,civic,idena, etc
- Example variants:
$payment: use when authentication is tied to a payment method or provider.- Example variants:
stripe,plaid,ach.
- Example variants:
These additions make it easier to describe proof-of-personhood and payment-based flows.
Example:
{
"authentication_method": {
"type": "$pop",
"variant": "worldid"
}
}
Be sure to check out the full Authentication Method documentation for details.