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

https://github.com/bearddan2000/scala-web-sbt-play-secure-bcrypt-encode

A call to playframework web
https://github.com/bearddan2000/scala-web-sbt-play-secure-bcrypt-encode

bcrypt encode play sbt scala secure web

Last synced: about 1 year ago
JSON representation

A call to playframework web

Awesome Lists containing this project

README

          

# scala-web-sbt-play-secure-bcrypt-encode

## Description
A call to playframework web
with simple login forms bcrypt hash
no encryption.

## Tech stack
- scala
- sbt
- play
- bcrypt

## Docker stack
- hseeberger/scala-sbt:11.0.2-oraclelinux7_1.3.5_2.12.10

## To run
`sudo ./install.sh -u`
http://localhost
- username: user
- password: pass

## To stop (optional)
`sudo ./install.sh -d`

## For help
`sudo ./install.sh -h`

## Credit
- [Code based on](https://github.com/alvinj/PlayFrameworkLoginAuthenticationExample.git)