scala-webapp-template icon indicating copy to clipboard operation
scala-webapp-template copied to clipboard

A pragmatic skeleton to build web applications in Scala/Scala.js, including user registration, login, admin portal, and, deployments

Results 37 scala-webapp-template issues
Sort by recently updated
recently updated
newest added

Add task that checks for expired tokens and deletes them in order to avoid returning expired tokens

### Suggestion: Create Docker images to facilitate launching a development environment for the "scala-webapp-template" project. The current setup process for installing dependencies and configuring the project can be challenging and...

good first issue

This applies to all forms using captchas, for example, try logging in with invalid credentials, server will return an error but frontend won't clear up the captcha value, send the...

The current [User](https://github.com/wiringbits/scala-webapp-template/blob/master/server/src/main/scala/net/wiringbits/repositories/models/User.scala) model loads the hashed password from database, which isn't ideal, let's remove the value and create an alternative method to load the password when a user is...

Unfortunately, we can't execute Scala.js tests from IntelliJ, instead, we need to use `sbt testOnly ...`. IntelliJ throws errors like this: ![image](https://media.discordapp.net/attachments/974795862725247036/1090450205167587420/image.png?width=1220&height=193) Let's explore if there is a practical way...

Current workflow take ~10m to execute, half of the time is required to set everything up, I'm confident that we can optimize this. A simple idea is to create a...

good first issue
help wanted

https://github.com/wiringbits/scala-webapp-template/pull/312 pushed an upgrade which broke `sbt dev-web` command (https://github.com/wiringbits/scala-webapp-template/issues/340). Let's find a way to do the upgrade without breaking anything.

Hi, I just looked at some logs from the Scala Steward repo and it seems currently the job is failing for this repository and not sending updates: ``` java.io.IOException: 'sbt...