-
tried: .Package(url: "https://github.com/vapor/mustache-provider.git", majorVersion: 0, minor: 10)
the documentation seems out of date after move to the Vapor account.
The package.swift file ref…
-
Hi, I have no idea what to do, I am trying to deploy this: https://github.com/syky27/LostSocks-api/tree/03270f0025798b5050e7d0c71fadc81360fe8c07
with mysql.json config to external server and I am get…
-
Any example on how to use this? I'd like to use JWT for my services. Looking at the Auth from Vapor itself, I don't know why they have their own login with Vapor auth header. Kinda defeats the purp…
-
I'm looking at implementing A&A into a sample Vapor project. In reading the documentation, and looking at the auth-example project, there is a presumption that the user will log in to the back end. …
-
# Expiration time support for CacheProtocol and Sessions
* Author(s): [vzsg](https://github.com/vzsg), following up on the idea of [mcdappdev](https://github.com/mcdappdev)
## Motivation
As o…
-
Hi guys, I'm trying to deploy the new Vapor beta to Heroku after upgrading my whole app to Vapor 2.0 but it's not resolving the dependencies, it's actually working on my local mac but when I push to r…
-
I'm currently having an issue with one of my vapor projects.
Basically, the compilation never ends and I keep on seeing the swift process memory occupation going up until I have to kill the process…
-
I have two models `Employer` and `Employee` who both inherit from a `BusinessModel` parent class with properties that I want all my models to have like `created_at` and `updated_at`.
I've run into …
-
I did have a quick look at the source code and it looks like you're using `URLSessionDataTask POST`, which is unfortunately broken in Swift foundation implementation https://lists.swift.org/pipermail…
-
Hello I was wondering how can I init a Server object automatically with the ./Config/secrets/mongo.json information?