sigaloid / vial

🧪 a micro micro-framework for rust
http://vial.rs
Apache License 2.0
3 stars 0 forks source link

Authentication? #15

Closed sigaloid closed 2 years ago

sigaloid commented 2 years ago

HTTP basic auth? Cookie based auth? JWT (makes me cringe thinking about implementing it, but still)?

sigaloid commented 2 years ago

Currently vial is only http so maybe a bad idea to add auth :thinking: