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

Add communication of player accounts between frontend and backend #32

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

fairlight1337
Copy link
Collaborator

This change adds OpenSSL as an explicit dependency to allow creation,
verification, and management of private and public keys for player
account verification. The same keys will be used to sign and verify
client/server connection messages.

This change adds OpenSSL as an explicit dependency to allow creation,
verification, and management of private and public keys for player
account verification. The same keys will be used to sign and verify
client/server connection messages.
@fairlight1337 fairlight1337 linked an issue Sep 6, 2022 that may be closed by this pull request
The crypto part of client/server communication and player account
handling will require extensive use of crypto functions, which should be
implemented in a central place.
The SOCI database backend as well as the general database interface got
functions for storing and managing data. This includes creation of
arbitrary entities, adding properties to them, and deleting either of
them again. The only thing missing in this one is the retrieval part,
which will be done next.
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.

Implement base player account handling
1 participant