Skip to content

For Feedback only: Feature/webauthn example#1

Draft
GreenBusDriver wants to merge 31 commits into
developfrom
feature/webauthn-example
Draft

For Feedback only: Feature/webauthn example#1
GreenBusDriver wants to merge 31 commits into
developfrom
feature/webauthn-example

Conversation

@GreenBusDriver

@GreenBusDriver GreenBusDriver commented Sep 23, 2019

Copy link
Copy Markdown
Collaborator

PR created only to allow for comments...

Comment thread eosio/Dockerfile
summary: This is an administrative action that sets the respected "root of trust" key that counter signs 2FA
icon: https://upload.wikimedia.org/wikipedia/commons/thumb/d/d4/OOjs_UI_icon_key-ltr.svg/200px-OOjs_UI_icon_key-ltr.svg.png#0A1E2435DCAFDF4B34E60C65C570DCE30FAAC1862D7C5E139D188A6EAAF95014
---
Any usage of bots, macros, or any autonomous form of liking a specific person’s property would result in the investigation of like legitimacy for a post.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This statement is repeated verbatim 2x above. Did you intend to modify this for each of these headings? Seems like it might be a copy/pasta thing. All 3 speak of liking instead of renting

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The ricardians need some work. I'm not brushed up on the ricardian spec which may be why some icons are broken as well.

Comment thread src/api/index.js

api.post( '/generateRentChallenge', json(), (req, resp) => {
const name = req.body.accountName
const propertyName = req.body.propertyName

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know this is just an example, but are there regExs we could use to pseudo-sanitize these fields? Maybe a max length and character set, eg. for property [A-Za-z0-9,. ]{100}?

Comment thread src/api/index.js
// Note there is no verfication of this data as it is out of scope for this demo
//
const name = req.body.accountName
const webauthnPublicKey = req.body.webauthnPublicKey

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here; this should be a very regular string

Mike Manfredi and others added 5 commits October 15, 2019 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants