2 Commits

Author SHA1 Message Date
devin ivy
59f18ac707
Forgot password methods (#216)
* Schemas and scaffolding for reset password methods

* Initial handler for todo.adx.requestAccountPasswordReset

* Initial handler for todo.adx.resetAccountPassword

* Implement server mailer

* Configure server for mailer and testing w/ mailer

* Test happy path of pass reset, fix reset bug

* Update lex to fix types bug for requestAccountPasswordReset

* Fix handlebars reference to config getters

* Test some negative password reset flows

* Minor cleanup to pass reset

* Tidy handlebars file with prettier, supporting double-quotes for html

* Fix esbuild of server for mailer templates, fix test issue

* Misc tidying for password reset

* Misc tidying for password reset
2022-10-06 14:24:26 -04:00
Daniel Holmgren
85cea5844c
Dev Env (#143)
* split out did-network

* yarn.lock

* fix up network file

* add db to did:web & add timeout

* run did web server

* import/export keypairs

* fix padding issue in key compression

* accept didDoc creation on web server

* did stuff

* key manager + .env for dev-env

* cleanup

* point key manager at correct server
2022-06-23 16:23:41 -05:00