A Crystal library for handling common authentication actions in Lucky projects.
Authentic is bundled in Lucky projects automatically.
scripts/setup
scripts/test
to run the specs, build shards, and check formattingTo run the tests:
scripts/setup
to set up the docker environmentscripts/test
to run the specs, build shards, and check formattingYou can run individual tests like this: docker-compose run --rm app crystal spec path/to/spec.cr
Remember to run
docker-compose down
when you're done. This will stop the Crystal container.