go-authentication

command module
v0.0.0-...-f37b1f8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 13, 2016 License: GPL-3.0 Imports: 3 Imported by: 0

README

GO-AUTHENTICATION

GO-AUTHENTICATION is an implementation of a central authentication server using JWT

Overview

GO-AUTHENTICATION features:
  • A stand-alone central login page where the user enters their credentials (i.e. their username and password).

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
crypt
Package crypt is a implementation of crypt(3) by golang.
Package crypt is a implementation of crypt(3) by golang.
jwt
keypair
* * Generates a private/public key pair in PEM format (not Certificate) * * The generated private key can be parsed with openssl as follows: * > openssl rsa -in key.pem -text * * The generated public key can be parsed as follows: * > openssl rsa -pubin -in pub.pem -text
* * Generates a private/public key pair in PEM format (not Certificate) * * The generated private key can be parsed with openssl as follows: * > openssl rsa -in key.pem -text * * The generated public key can be parsed as follows: * > openssl rsa -pubin -in pub.pem -text

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL