https://github.com/luckyframework/authentic
An authentication library for Lucky projects
https://github.com/luckyframework/authentic
authentication lucky-framework
Last synced: 4 months ago
JSON representation
An authentication library for Lucky projects
- Host: GitHub
- URL: https://github.com/luckyframework/authentic
- Owner: luckyframework
- License: mit
- Created: 2018-03-17T18:04:01.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2025-06-01T17:07:27.000Z (8 months ago)
- Last Synced: 2025-06-02T03:06:11.868Z (8 months ago)
- Topics: authentication, lucky-framework
- Language: Crystal
- Homepage:
- Size: 171 KB
- Stars: 14
- Watchers: 4
- Forks: 13
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Authentic
[](https://luckyframework.github.io/authentic)
A Crystal library for handling common authentication actions in Lucky projects.
## Installation
Authentic is bundled in Lucky projects automatically.
## Contributing
1. Fork it ( https://github.com/luckyframework/authentic/fork )
1. Create your feature branch (git checkout -b my-new-feature)
1. Install docker and docker-compose: https://docs.docker.com/compose/install/
1. Run `scripts/setup`
1. Make your changes
1. Run `scripts/test` to run the specs, build shards, and check formatting
1. Commit your changes (git commit -am 'Add some feature')
1. Push to the branch (git push origin my-new-feature)
1. Create a new Pull Request
## Testing
To run the tests:
1. Install docker and docker-compose: https://docs.docker.com/compose/install/
1. Run `scripts/setup` to set up the docker environment
1. Run `scripts/test` to run the specs, build shards, and check formatting
You 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.
## Contributors
- [paulcsmith](https://github.com/paulcsmith) Paul Smith - creator, maintainer