Commit Graph

8 Commits

Author SHA1 Message Date
Dimitrie Stefanescu 3c4a5ac31c feat(error tracing): adds sentry error tracing to apollo server & express routes 2020-09-03 15:43:54 +01:00
Dimitrie Stefanescu 107266b901 feat(local auth): in dev/test mode, returns a token on the authorization finalisation middleware 2020-09-02 14:04:29 +01:00
Dimitrie Stefanescu 1b57a2ba4b feat(auth): returns the userid on registration if no app id is present 2020-08-31 18:28:16 +01:00
Dimitrie Stefanescu 8a023d25d5 fix(setup): fully removes the setup check app 2020-08-31 18:15:18 +01:00
Dimitrie Stefanescu 16f3e1bb03 fix(subs): wrapps onConnection in a try catch and checks for auth headers
some clients send the connection params with lowercase :/
2020-08-31 13:27:55 +01:00
Dimitrie Stefanescu 89e8f671c8 test(pass): all tests now pass 🧙‍♂️
increase coverage to >90% (and keep it there). currently at 89.6% - so close
2020-07-22 22:03:51 +01:00
Dimitrie Stefanescu 73a7f2853d test(gql): fixed last gql tests (objects) 2020-07-22 21:31:24 +01:00
Dimitrie Stefanescu 13b6ccb400 chore(naming): renamed apps to auth 2020-07-19 23:57:46 +01:00