Dani;
How would you implement basic auth session tokens with tRPC?
There is this new tool which is gaining popularity recently: https://github.com/pilcrowOnPaper/lucia
10 replies
how do you consume trpc endpoints from postman?
Some 3rd party libraries:
trpc-panel
: https://github.com/iway1/trpc-panel
trpc-playground
: https://github.com/sachinraja/trpc-playground
Using postman is a bit awkward due to the RPC specification shape, there was a postman script which makes it easier to test using postman, search around on this discord server or through the issues on the main trpc repo, you'll find something.7 replies