An open API service indexing awesome lists of open source software.

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

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

![AuthEg-UI](AuthEg-UI.png)