kreteshq / kretes

A Programming Environment for TypeScript & Deno
https://kretes.dev/
Other
675 stars 35 forks source link

Bring back the security middleware and move cors to a separate file #80

Closed emilos closed 4 years ago

emilos commented 4 years ago

I've simplified the security middleware for now, can add more complex cases later I guess.

zaiste commented 4 years ago

@emilos great addition! I'd prefer to keep longer names for the middlewares so it's more explicit. The idea is make it beginners friendly. Let's focus on that later though.