An authentication server
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
Ludovic 'Archivist' Lagouardette f018614bc4 version 0.1.0 5 anni fa
spec version 0.1.0 5 anni fa
src version 0.1.0 5 anni fa
.editorconfig make into "format" 5 anni fa
.gitignore Initial commit 5 anni fa
.travis.yml Initial commit 5 anni fa
Dockerfile version 0.1.0 5 anni fa
LICENSE Changed the license 5 anni fa
README.md version 0.1.0 5 anni fa
auth_bench_udp.cr version 0.1.0 5 anni fa
auth_bench_ws.cr version 0.1.0 5 anni fa
shard.lock version 0.1.0 5 anni fa
shard.yml version 0.1.0 5 anni fa

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