An authentication server
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
Ludovic 'Archivist' Lagouardette f018614bc4 version 0.1.0 hace 5 años
spec version 0.1.0 hace 5 años
src version 0.1.0 hace 5 años
.editorconfig make into "format" hace 5 años
.gitignore Initial commit hace 5 años
.travis.yml Initial commit hace 5 años
Dockerfile version 0.1.0 hace 5 años
LICENSE Changed the license hace 5 años
README.md version 0.1.0 hace 5 años
auth_bench_udp.cr version 0.1.0 hace 5 años
auth_bench_ws.cr version 0.1.0 hace 5 años
shard.lock version 0.1.0 hace 5 años
shard.yml version 0.1.0 hace 5 años

README.md

authenticate

An authentication server that uses HTTP, Websockets and UDP

Installation

TODO: Write installation instructions here

Usage

TODO: Write usage instructions here

Development

TODO: Write development instructions here

Contributing

  1. Create your feature branch (git checkout -b my-new-feature)
  2. Commit your changes (git commit -am 'Add some feature')
  3. Push to the branch (git push origin my-new-feature)
  4. Create a new Pull Request

Contributors