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

Authentication support #15

Open
arthuro555 opened this issue Aug 9, 2022 · 0 comments
Open

Authentication support #15

arthuro555 opened this issue Aug 9, 2022 · 0 comments
Labels
✨ Feature New feature or request ⚽ Good first issue Good for newcomers
Milestone

Comments

@arthuro555
Copy link
Owner

Not everyone is supposed to be authorized to access all scenes. Some games can contain confidential information, and should not be synchronized with a client before authorization has been ensured for them. THNK would provide a function to listen for connection request. By default, they are accepted, but they can be marked as delayed or refused. Delaying them can be useful for asynchronous operations, like checking on a database for user permissions. Only once accepted will the user trigger the "Connected" event and be sent a snapshot of the scene.

@arthuro555 arthuro555 added this to the THNK Beta milestone Aug 9, 2022
@arthuro555 arthuro555 added the ✨ Feature New feature or request label Aug 9, 2022
@arthuro555 arthuro555 added the ⚽ Good first issue Good for newcomers label Jan 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feature New feature or request ⚽ Good first issue Good for newcomers
Projects
Status: 🔙📋 Backlog
Development

No branches or pull requests

1 participant