oscartbeaumont / rspc

A framework for building typesafe web backends in Rust
https://rspc.dev
MIT License
1.11k stars 51 forks source link

async context function #131

Closed oscartbeaumont closed 1 year ago

oscartbeaumont commented 1 year ago

Also, include an example of using it for auth + documentation on how to do auth with rspc.

oscartbeaumont commented 1 year ago

I am not going to do this. The context function is more around capturing data and a middleware can be used for any async computation that may be required.