atomicdata-dev / atomic-data-browser

This repo is no longer used! Code is moved to Atomic-Server
https://github.com/atomicdata-dev/atomic-server/issues
MIT License
55 stars 9 forks source link

Improved registration / new user wizard #245

Open joepio opened 1 year ago

joepio commented 1 year ago

Users need to store their secret somewhere safe. The GUI should guide users to do so. We'll need some sort of wizard that clearly shows the secret, allows users to copy / paste (and possibly save to disk?) their secret. Perhaps we should also verify that the user has correctly done so, by pasting the value for verification. This does, however, create some friction in the sign-up process.

Relates to https://github.com/atomicdata-dev/atomic-data-rust/issues/489