Skip to content
This repository has been archived by the owner on Feb 19, 2021. It is now read-only.

Implement user authentication #45

Open
SilverBut opened this issue Aug 28, 2018 · 1 comment
Open

Implement user authentication #45

SilverBut opened this issue Aug 28, 2018 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@SilverBut
Copy link
Contributor

Client-side certificate verify is originally supported by SSL, and I already have an implementation(untidy, though) for it. If we need to add it, I can just merge it.

Also, this will be the first authentication method added in the panel mentioned in issue #44

@NeatMonster
Copy link
Member

Our best course of action to provide a reasonably secure-by-default approach is to allow using self-signed certificates. Custom PKIs could be used to verify the dedicated server's certificate, while an auto-generated certificate could be used for the integrated server if we perform some kind of trust-on-first-use.

@NeatMonster NeatMonster self-assigned this Oct 8, 2018
@NeatMonster NeatMonster changed the title Add client-side certificate verify method Implement user authentication Oct 8, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants