Verifying service produced challenge

This commit is contained in:
Kgothatso
2019-11-26 22:42:57 +02:00
parent 0a17e78fdc
commit 4d16737b23
2 changed files with 55 additions and 40 deletions

View File

@@ -16,6 +16,10 @@ module.exports = function (sequelize, DataTypes, options) {
type: DataTypes.STRING,
allowNull: false
},
serviceExtendedPublicKey: {
type: DataTypes.STRING,
allowNull: false
},
signature: {
// Derivation from the master key...
// TODO: Add validation...