Philipp Dormann philipp
philipp pushed to feature/17-automated_tests at lfk/backend 2020-12-05 19:19:42 +00:00
a671bf8bcb 🚧 tracks.spec.ts - sample track adding + getting
philipp pushed to feature/17-automated_tests at lfk/backend 2020-12-05 19:17:43 +00:00
15e3d04215 🚧tracks.spec.ts - check if track was added
philipp pushed to feature/17-automated_tests at lfk/backend 2020-12-05 19:11:54 +00:00
07e03ff04e basic track testing
philipp pushed to feature/17-automated_tests at lfk/backend 2020-12-05 17:52:38 +00:00
431fd608a6 sample json validation
philipp pushed to feature/17-automated_tests at lfk/backend 2020-12-05 17:49:11 +00:00
8ae5cea631 basic jest + typescript support
philipp pushed to feature/12-jwt-creation at lfk/backend 2020-12-05 17:03:10 +00:00
5c259484ee remove sampletoken generation
740d7f10f5 remove routes/v1/test
993096741d Merge branch 'dev' of https://git.odit.services/lfk/backend into dev
65b2399eaa Reverted to id based relation setter
4352910d54 More dynamic creation of objects
Compare 14 commits »
philipp pushed to dev at lfk/backend 2020-12-05 17:02:59 +00:00
5c259484ee remove sampletoken generation
740d7f10f5 remove routes/v1/test
Compare 2 commits »
philipp pushed to dev at lfk/backend 2020-12-05 17:01:44 +00:00
993096741d Merge branch 'dev' of https://git.odit.services/lfk/backend into dev
8607af62b5 Merge branch 'feature/12-jwt-creation' of https://git.odit.services/lfk/backend into feature/12-jwt-creation
76e19ca28d implement proper jwt checking in authchecker
3ac150331a Merge branch 'feature/12-jwt-creation' of git.odit.services:lfk/backend into feature/12-jwt-creation
5a4a6cdcef Added basic openapi security scheme for the bearer auth header
Compare 42 commits »
philipp pushed to feature/12-jwt-creation at lfk/backend 2020-12-05 16:59:56 +00:00
8607af62b5 Merge branch 'feature/12-jwt-creation' of https://git.odit.services/lfk/backend into feature/12-jwt-creation
76e19ca28d implement proper jwt checking in authchecker
Compare 2 commits »
philipp pushed to feature/12-jwt-creation at lfk/backend 2020-12-05 16:25:59 +00:00
e5b605cc55 🧹 cleanups
philipp opened issue lfk/org#5 2020-12-05 12:52:17 +00:00
linkedin
philipp created repository lfk/beamershow 2020-12-05 12:49:14 +00:00
philipp commented on issue lfk/org#3 2020-12-05 12:47:18 +00:00
scanner clients

TODOs:

  • build basic API functionality so work on scanners can be started
  • evaluate if the old scanner_client codebase can be reused
  • evaluate the techstack for new codebase -…
philipp closed issue lfk/org#4 2020-12-05 12:43:09 +00:00
scanner docs
philipp pushed to feature/12-jwt-creation at lfk/backend 2020-12-05 12:41:01 +00:00
8c229dba82 add response schemas to AuthController
philipp pushed to feature/12-jwt-creation at lfk/backend 2020-12-05 12:39:02 +00:00
675717f8ca 🚧 starting work on LogoutHandler
philipp pushed to feature/12-jwt-creation at lfk/backend 2020-12-05 12:31:48 +00:00
0d21497c2f 🚧 AuthController - add proper response schemas
philipp pushed to feature/12-jwt-creation at lfk/backend 2020-12-05 12:30:24 +00:00
e5f65d0b80 note on refreshtokencount checking
philipp pushed to feature/12-jwt-creation at lfk/backend 2020-12-05 12:12:49 +00:00
51addd4a31 🚧 RefreshAuth - refresh tokens now working
philipp pushed to feature/12-jwt-creation at lfk/backend 2020-12-05 12:07:35 +00:00
126799dab9 basic RefreshAuth checking