clevertech / authentication-service

Authentication microservice. The integration only requires redirects and JWT tokens

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Server-side validations

gimenete opened this issue · comments

This can be considered a bug. Right now forms are not validated in the server-side. Both server and client sides should use the same validation rules defined in validations.js

Currently there are server-side validations when registering.