https://github.com/ology/mojo-auth-app
Example of bcrypt authentication with Mojolicious
https://github.com/ology/mojo-auth-app
authentication bcrypt mojolicious perl5
Last synced: over 1 year ago
JSON representation
Example of bcrypt authentication with Mojolicious
- Host: GitHub
- URL: https://github.com/ology/mojo-auth-app
- Owner: ology
- License: artistic-2.0
- Created: 2022-04-04T06:22:15.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-23T00:46:26.000Z (over 3 years ago)
- Last Synced: 2025-02-05T11:45:02.631Z (over 1 year ago)
- Topics: authentication, bcrypt, mojolicious, perl5
- Language: Perl
- Homepage:
- Size: 84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mojo-Auth-App
Example of bcrypt authentication with Mojolicious
git clone https://github.com/ology/Mojo-Auth-App.git
cd Mojo-Auth-App
cpanm --installdeps .
perl script/create-db
morbo script/auth_eg
open http://127.0.0.1:3000/
# login as fred / flintstone
