/authentic

An authentication library for Lucky projects (only works with Lucky master)

Primary LanguageCrystalMIT LicenseMIT

Authentic

A Crystal library for handling common authentication actions in Lucky projects.

Installation

Authentic will be bundled in Lucky projects automatically in the next version.

Development

  • crystal deps
  • crystal taks.cr -- db.create
  • crystal taks.cr -- db.migrate
  • crystal spec

Contributing

  1. Fork it ( https://github.com/luckyframework/authentic/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors