antifallobst
antifallobst pushed to master at nerdcult/api 2023-08-16 23:28:55 +00:00
3049b68ef4 feat(api): added an account verification check before authentication
antifallobst pushed to master at nerdcult/api 2023-08-16 23:10:05 +00:00
eadfdca689 feat(api): added email regex validation on registration
antifallobst pushed to master at nerdcult/api 2023-08-16 22:57:03 +00:00
040d338ae0 feat(api): fully implemented the authenticate endpoint
1477e4cef6 feat(api): fully implemented the verify endpoint
Compare 2 commits »
antifallobst pushed to master at nerdcult/api 2023-08-16 22:24:24 +00:00
b794574850 feat(api): fully implemented the register endpoint
antifallobst pushed to master at nerdcult/api 2023-08-16 18:27:55 +00:00
2f2aa0e4a3 feat(tokens): implemented token expiration logic
antifallobst pushed to master at nerdcult/api 2023-08-16 18:24:18 +00:00
cda067d57a feat(tokens): implemented token token expiration logic
antifallobst pushed to master at nerdcult/api 2023-08-16 18:05:44 +00:00
e3ea93f4ae feat(tokens): implemented token validation
antifallobst pushed to master at nerdcult/api 2023-08-16 17:27:15 +00:00
d3c721fb78 feat(tokens): implemented token generation
antifallobst pushed to master at nerdcult/api 2023-08-16 16:06:36 +00:00
9493031376 feat(db): implemented database connection
antifallobst pushed to master at nerdcult/api 2023-08-16 16:01:49 +00:00
c38093b55b feat(api): implemented SQL injection protection
c87803d479 feat(api): defined and implemented return codes that allow for internal SQL injection checking
Compare 2 commits »
antifallobst pushed to master at nerdcult/api 2023-08-16 12:02:17 +00:00
9db5c04cb6 feat(api): implemented a basic api skeleton, that matches the api docs
antifallobst pushed to master at nerdcult/api 2023-08-16 11:22:54 +00:00
e84ec87ea0 docs(api): precised return code info
antifallobst pushed to master at nerdcult/api 2023-08-15 18:25:00 +00:00
d1b1532f43 added gitignore and fixed api specification for `/account/delete`
antifallobst created branch master in nerdcult/api 2023-08-15 17:44:25 +00:00
antifallobst pushed to master at nerdcult/api 2023-08-15 17:44:25 +00:00
267c66d686 initial commit
antifallobst created repository nerdcult/api 2023-08-15 16:32:18 +00:00
antifallobst pushed tag v0.1.0 to antifallobst/baseauth 2023-08-13 18:41:10 +00:00
antifallobst released "BaseAuth - Release 0.1.0" at antifallobst/baseauth 2023-08-13 18:41:10 +00:00
antifallobst pushed to master at antifallobst/baseauth 2023-08-13 18:32:12 +00:00
eeed35e0b5 fix(ux): cleaned up CLI and fixed interruptability when in daemon mode
antifallobst pushed to master at antifallobst/baseauth 2023-08-13 18:19:51 +00:00
e1c90a0484 feat(cli): implemented an arg to list all acounts