aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/node.yml (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-02-11Do a bunch of random things (still no feature parity)Matt Strapp16-202/+184
sadge Signed-off-by: Matt Strapp <matt@mattstrapp.net>
2022-02-10Get rid of express-session and use a cookie insteadMatt Strapp3-46/+3
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
2022-02-10Add CSRF cookie and make it somewhat secureMatt Strapp3-2/+22
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
2022-02-10Bump @types/node from 17.0.16 to 17.0.17 (#4)dependabot[bot]2-5/+5
2022-02-10Bump express-rate-limit from 6.2.0 to 6.2.1dependabot[bot]2-5/+5
Bumps [express-rate-limit](https://github.com/nfriedly/express-rate-limit) from 6.2.0 to 6.2.1. - [Release notes](https://github.com/nfriedly/express-rate-limit/releases) - [Changelog](https://github.com/nfriedly/express-rate-limit/blob/master/changelog.md) - [Commits](https://github.com/nfriedly/express-rate-limit/compare/v6.2.0...v6.2.1) --- updated-dependencies: - dependency-name: express-rate-limit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>