Tim Condon

Results 140 issues of Tim Condon

Show ```swift let redirectMiddleware = User.redirectMiddleware { req -> String in return "/login?authRequired=true&next=\(req.url.path)" } ``` Etc

help wanted
good first issue
enhancement

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

good first issue

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...

E.g. updating an array of models

updates

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...

bug
good first issue

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...

🔼 needs-minor-version-bump

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...