1.5.1 • Published 2 years ago
@dt-esa/secure-webserver v1.5.1
Secure Webserver
This package contains a secure webserver scaffold that is used in our solutions. If you've found your way here and don't know what this is for, you can safely ignore this package.
Example usage:
import { SecureServer } from "./src";
const server = new SecureServer({
port: 443,
sessionSecret: "cat on keyboard makes it really secret",
title: "My Test App",
description: "Ice is a rock, Water isn't wet, and liquid water is lava."
});
const app = server.getApp();
app.use((req, res, next) => {
req.secure;
});
server.start();
1.5.1
2 years ago
1.5.0
3 years ago
1.4.9
3 years ago
1.4.11
3 years ago
1.4.8
3 years ago
1.4.10
3 years ago
1.4.7
3 years ago
1.4.6
3 years ago
1.4.5
3 years ago
1.4.4
3 years ago
1.4.3
3 years ago
1.4.1
3 years ago
1.4.0
3 years ago
1.3.8
3 years ago
1.3.7
3 years ago
1.3.6
3 years ago
1.3.5
3 years ago
1.3.3
3 years ago
1.3.2
3 years ago
1.3.1
3 years ago
1.3.0
3 years ago
1.2.8
3 years ago
1.2.7
3 years ago
1.2.6
3 years ago
1.2.5
3 years ago
1.2.4
3 years ago
1.2.3
3 years ago
1.2.2
3 years ago
1.2.1
3 years ago
1.2.0
3 years ago
1.1.2
3 years ago
1.1.1
3 years ago
1.1.0
3 years ago
1.0.0
3 years ago