Skip to content
  • Cranky Kernel's avatar
    TLS and authentication. · cf9a9d84
    Cranky Kernel authored
    gencert: tool to create self signed TLS certificate
    
    server: --tls flag
    
    Turn TLS on by pointing it at a certificate file.
    
    webapp: use ws or wss depending on if http or https is used
    
    authenticator: introduce authentication
    
    A username and password will be generated if needed.
    
    auth: fixups
    
    argon2 authenticator
    
    wip: auth
    
    more tls
    cf9a9d84