lucky-auth

Version, currently master branch1 version
  • master branchlatestApr 6, 2018

github.com/paulcsmith/lucky-auth

Test bed for auth in Lucky. Will be extracted to libraries in Lucky in the future.

3 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  lucky-auth:
    github: paulcsmith/lucky-auth
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
0.24.2
License
MIT
Author
Paul Smith
Target
  • lucky-auth from src/lucky-auth.cr

Dependencies

Runtime Dependencies

  • lucky*github: luckyframework/lucky, branch: master
  • lucky_migrator~> 0.4.0github: luckyframework/lucky_migrator

README

lucky-auth

This is a project written using Lucky. Enjoy!

Setting up the project

  1. Install required dependencies
  2. Run bin/setup
  3. Run lucky dev to start the app

Learning Lucky

Lucky uses the Crystal programming language. You can learn about Lucky from the Lucky Guides.