PRCV1/pocketbase-csharp-sdk

example project

Opened this issue · 3 comments

PRCV1 commented

using Blazor WASM

neozhu commented

I'm planning to work on a small project using Blazor wasm + pocketbase and came across your project. It's fantastic! However, I had a question when running the Example. Why aren't the HTTP requests for querying and saving data including the token obtained from logging in? Usually, every request to fetch or manipulate data requires a token or cookie.

image
neozhu commented

Haha, my mistake, it's in the CreateRequest method. 😁

PRCV1 commented

yes, the CreateRequest method contains all the logic needed prior to sending an request (authentication etc)