Commit Graph

28 Commits (master)

Author SHA1 Message Date
Garrett Mills 4aa33e8dd2 Add SocketRouteBuilder and make Route.socket(...) return it
2 years ago
Garrett Mills 33a64b99ff Implement websocket server
2 years ago
Garrett Mills 6476416c67 Add foreground service, some cleanup, and start websocket server
2 years ago
Garrett Mills 2e43b5bda9 Fix route parameter typing to use SuffixTypeArray
2 years ago
Garrett Mills 705bb20db1 Make Route.clone properly copy parameter definitions
2 years ago
Garrett Mills 940d50b89c Implement /oauth2/token endpoint; token auth middleware
2 years ago
Garrett Mills 2e7c927114 Make route extraction account for extraneous / matches
2 years ago
Garrett Mills 8b2ee1c949 Add debugging for route extraction
2 years ago
Garrett Mills 7914a8f12e Fix incorrect flow-through if-else case
2 years ago
Garrett Mills 5fa4f614e2 Pass request to ParameterMiddleware make call
2 years ago
Garrett Mills ee21811771 Add ability to pass arguments to parameter providing middleware
2 years ago
Garrett Mills 8b9f393405 Add support for parameter middleware classes
2 years ago
Garrett Mills 6ee3e2a729 Fix preflight middleware ordering and bump version
2 years ago
Garrett Mills 8f08b94f74 Error response enhancements, CoreID auth client backend
2 years ago
Garrett Mills 70d67c2730 Add model serializer and coreid login provider
2 years ago
Garrett Mills 32050cb2ce Fix route CLI commands
2 years ago
Garrett Mills dc16dfdb81 Make new routing system the default
continuous-integration/drone/push Build is passing Details
2 years ago
Garrett Mills 8cf19792a6 Start routing and pipeline rewrite
continuous-integration/drone/push Build is passing Details
2 years ago
Garrett Mills e86cf420df
Named routes & basic login framework
3 years ago
Garrett Mills faa8a31102
Route - prevent pre/post middleware from being applied twice
continuous-integration/drone/push Build is passing Details
3 years ago
Garrett Mills 36b451c32b
Expose auth repos in context; create routes commands
continuous-integration/drone/push Build is passing Details
3 years ago
Garrett Mills 1d5056b753
Setup eslint and enforce rules
continuous-integration/drone/push Build is passing Details
3 years ago
Garrett Mills 9be9c44a32
Import other modules into monorepo
continuous-integration/drone/push Build is failing Details
3 years ago
Garrett Mills fad1184afe
TypeDoc all the thngs
3 years ago
Garrett Mills 5f5b12a5be
Support global middleware
3 years ago
Garrett Mills 4f23ac7156
Add support for middleware
3 years ago
Garrett Mills 9747d40659
Add logic for resolving route handlers
3 years ago
Garrett Mills 3acc1bc83e
Add mounting for activated routes, route compiling, routing
3 years ago