Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 662 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 662 Bytes

AdonisJS Authentication in 15 Minutes


This repository showcases how far you can get with AdonisJS Authentication within 15 minutes when starting from scratch.

Features

  • User can login with username or email
  • User can register a new account
  • User can logout
  • Registration input is validated
  • User gets registration validation feedback
  • User gets vague login feedback if authentication attempt fails

Links