An authentication server
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
Ludovic 'Archivist' Lagouardette f018614bc4 version 0.1.0 il y a 5 ans
spec version 0.1.0 il y a 5 ans
src version 0.1.0 il y a 5 ans
.editorconfig make into "format" il y a 5 ans
.gitignore Initial commit il y a 5 ans
.travis.yml Initial commit il y a 5 ans
Dockerfile version 0.1.0 il y a 5 ans
LICENSE Changed the license il y a 5 ans
README.md version 0.1.0 il y a 5 ans
auth_bench_udp.cr version 0.1.0 il y a 5 ans
auth_bench_ws.cr version 0.1.0 il y a 5 ans
shard.lock version 0.1.0 il y a 5 ans
shard.yml version 0.1.0 il y a 5 ans

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