Winston
Explore posts from serversBABetter Auth
•Created by Winston on 2/19/2025 in #help
What info does server getSession need?
Hi folks, I am trying to use Elysia with my Vite app. All the "provided" endpoints that pass through the basic middleware like sign in work:
Without using bearer token, is the below pattern possible, or does bearer need to be enabled?
If possible without bearer token, how do we call custom endpoints but sending session info?
Config, for reference:
1 replies
CDCloudflare Developers
•Created by Winston on 4/24/2024 in #general-help
How to use VS Code Debugger for Workers Rust?
I used the hello-world-rust template to start a Cloudflare Rust worker, but I am unable to use the VS Code debugger. In particular, I tried adding the config in the below tutorial, but the breakpoints in Rust files become unbound. How can I set up my VS Code to debug Rust? I have installed Rust analyzer and debugging works in other Rust projects.
https://developers.cloudflare.com/workers/testing/debugging-tools
3 replies