Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate new random identity when an order is created or taken #28

Open
Catrya opened this issue Oct 2, 2024 · 1 comment
Open

Generate new random identity when an order is created or taken #28

Catrya opened this issue Oct 2, 2024 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@Catrya
Copy link
Collaborator

Catrya commented Oct 2, 2024

There is no need for a user registration screen, nor for the user to be asked if they want to use a previously generated private key, or if they want to keep one as such

Please follow this document

No login screen required

@grunch grunch added enhancement New feature or request good first issue Good for newcomers labels Oct 11, 2024
@grunch grunch changed the title No login screen required Generate new random identity when an order is created or taken Oct 11, 2024
@chebizarro
Copy link
Contributor

PR #31 introduces the Session object which is an ephemeral key pair generated for each new order and is associated with that order through the order id. This allows each order to use a completely random identity which exists only for the duration of the order. Depending on the outcomes of the current discussion around User Identity and Reputation, this will most likely need to be revised, but the current implementation should address the issue as it is described.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
Status: Todo
Development

No branches or pull requests

3 participants