Commit Graph

41 Commits (52039f78bfc94bf0bbf6d63bcf75ff317b7f218d)

Author SHA1 Message Date
fbonhomm 52039f78bf feat: add .env.example 2019-09-03 17:54:04 +02:00
fbonhomm dceeabf5dd test: modify request api, add fixture, setup DB, remove DB 2019-09-03 17:53:17 +02:00
fbonhomm 88b5aaa877 refactor: add .env in gitignore 2019-09-03 17:52:35 +02:00
fbonhomm 9575ca5ccc test: refactor all test, add refresh token test and add main_test 2019-08-26 20:04:16 +02:00
fbonhomm 0251c84bfd feat: add AuthRefresh in controller 2019-08-26 20:03:45 +02:00
fbonhomm 797cd67546 refactor: change import name 2019-08-26 20:03:15 +02:00
fbonhomm 8242138c62 feat: add libs file for jwt 2019-08-26 20:02:34 +02:00
fbonhomm 7de7b7477d feat: add refresh route in auth file 2019-08-26 20:02:03 +02:00
fbonhomm 0fcc0c5c81 feat: add jwt middleware 2019-08-26 20:01:29 +02:00
fbonhomm 700a8e2e05 feat: add middleware auth jwt in routes 2019-08-26 20:00:56 +02:00
fbonhomm 7a4c10690a feat: add AuthRefresh validator 2019-08-26 19:59:58 +02:00
fbonhomm 6b729565f1 feat: move database init in services 2019-08-26 19:57:56 +02:00
fbonhomm bc733dc35a fix: remove config 2019-08-26 19:57:33 +02:00
fbonhomm 0a4de66204 feat: add cores middleware and change initialize services 2019-08-26 19:57:03 +02:00
fbonhomm 1597908547 feat: cors middleware 2019-08-26 19:55:53 +02:00
fbonhomm d67364de1f test: add auth login test 2019-08-25 17:18:42 +02:00
fbonhomm ba53854abf test: add user deleted test 2019-08-25 17:18:28 +02:00
fbonhomm d909469cf8 feat: add auth login controller 2019-08-25 17:17:47 +02:00
fbonhomm fde869e6d7 feat: add utility function getToken in libs 2019-08-25 17:17:30 +02:00
fbonhomm d6c847117f feat: add auth jwt middleware 2019-08-25 17:16:46 +02:00
fbonhomm 461047e61c feat: add key EC and loading file key 2019-08-25 17:16:25 +02:00
fbonhomm 0011b99bb8 feat: add auth login validator 2019-08-25 17:15:54 +02:00
fbonhomm f50b464b8a feat: add auth login route 2019-08-25 17:15:39 +02:00
fbonhomm d10ab19a5c feat: add user deletion validator and index for global function 2019-08-25 17:15:11 +02:00
fbonhomm 24bf072612 feat: add user delete route 2019-08-25 17:14:25 +02:00
fbonhomm 74ba42c6b7 feat: add compare password in user model 2019-08-25 17:14:03 +02:00
fbonhomm 5bbb1aa5d9 feat: add delete user controller 2019-08-25 17:13:32 +02:00
fbonhomm 9ebc293bf7 feat: add auth route 2019-08-25 17:12:59 +02:00
fbonhomm ceff27b11f feat: add new package whose jwt 2019-08-25 17:12:43 +02:00
fbonhomm 536352ed8d fix: rename fonctional => functional 2019-08-24 20:53:59 +02:00
fbonhomm 67ec0a8a7b feat: add test folder with user functional testing 2019-08-24 20:52:12 +02:00
fbonhomm 60974957b7 feat: add validator folder with user validator 2019-08-24 20:51:44 +02:00
fbonhomm 46c3219f95 feat: add routes folder with user route 2019-08-24 20:51:27 +02:00
fbonhomm 447715e1af feat: add models folder with user model 2019-08-24 20:51:11 +02:00
fbonhomm b57aa0e78c feat: add controller folder with user controller 2019-08-24 20:50:52 +02:00
fbonhomm 2ff4b900ef feat: add config folder and add database file 2019-08-24 20:50:24 +02:00
fbonhomm 1ce5fc77a0 feat: add .gitignore 2019-08-24 20:49:49 +02:00
fbonhomm 66ed6dd35d feat add main with user route 2019-08-24 20:49:10 +02:00
fbonhomm f6c66e44aa feat: add .env 2019-08-24 20:48:41 +02:00
fbonhomm 7f82b4ac2f feat: add go module 2019-08-24 20:48:22 +02:00
fbonhomm f41b0f5d1a
Initial commit 2019-08-20 12:00:49 +02:00