Tim Condon
Tim Condon
Show ```swift let redirectMiddleware = User.redirectMiddleware { req -> String in return "/login?authRequired=true&next=\(req.url.path)" } ``` Etc
Currently built for Leaf 3, we should add support for Leaf 4 https://github.com/highlightjs/highlight.js/blob/main/src/languages/leaf.js needs updating to current spec
We should add a section in the docs for best practices and options when running integration tests with a real database. Points to touch on should include: * setting up...
The way we test Vapor as on onward package doesn't work when the PR is from a fork because it tries to check out a revision that doesn't exist. The...
One for discussions, adds a new async version of NIOWebSocketServerUpgrader. Thoughts? This allows the upgrader to be async/await all the way through, without needing to jump between event loops inside...
Draft PR to compliment soto-project/soto-core#443 This fork will evolve over time as we add support for more services and work out a better way to do so without manually hacking...
### New API Proposal: RSA Key Support #### Motivation: RSA is a widely used and popular public key system used for key exchange and popular with JWTs and older TLS...