summary refs log tree commit diff
path: root/src/routes/auth/login.ts (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make password limit 72 to match discord's limitMatthew2021-07-221-1/+1
* :bug: fix login routeFlam3rboy2021-07-191-10/+8
* findOne auto throws error if it doesn't exist'Flam3rboy2021-07-101-5/+20
* :sparkles: route specific rate limitsFlam3rboy2021-07-011-0/+2
* :sparkles: use new configFlam3rboy2021-05-241-9/+8
* Fix: No more type casting required, rather take the gernicsDiego Magdaleno2021-05-231-2/+2
* Config: Final config additons, now everything should work as desiredDiego Magdaleno2021-05-221-2/+2
* Config: Refactor config method, so we have a new get all option, fix issues i...Diego Magdaleno2021-05-211-3/+2
* Config: First rewrite of config and working implementation of getting valuesDiego Magdaleno2021-05-191-3/+6
* :art: added optional captcha to login routeFlam3rboy2021-05-011-1/+16
* :art: formatting filesFlam3rboy2021-04-251-12/+3
* :bug: fix directory nameFlam3rboy2021-04-231-1/+1
* npm i @fosscord/server-utilFlam3rboy2021-04-221-1/+1
* :bug: revert loginFlam3rboy2021-04-061-10/+1
* :art: Convert id bigint to stringFlam3rboy2021-04-061-5/+12
* 🐛 fix structurenotsapinho2021-04-061-1/+1
* :bug: fix loginFlam3rboy2021-04-061-1/+1
* :bug: rewrite importsFlam3rboy2021-03-301-2/+2
* move routes to top level no more /api/v8 -> use reverse proxy insteadFlam3rboy2021-03-301-0/+93