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

Support of insecure mode #15

Open
wants to merge 7 commits into
base: devel
Choose a base branch
from
Open

Support of insecure mode #15

wants to merge 7 commits into from

Conversation

s-kostyuk
Copy link
Owner

@s-kostyuk s-kostyuk commented Aug 29, 2017

This pull request introduces a special mode of the platform: an insecure one.

In this mode token checking is disabled completely, so that all users and all clients are able to do almost everything in system. The only exception is user management: only root (i.e. the first created user) is allowed to create and delete users in the system. To do so, root user must authentificate, receive an access token and then pass it to 'create_user' or 'remove_user' procude for user creation and removal correspondingly.

@ghost ghost added the in progress label Sep 12, 2017
@s-kostyuk s-kostyuk added this to the Not planned milestone Sep 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant