This organization was marked as archived by an administrator on Nov 20, 2024. It is no longer maintained.
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For testing purposes, we need an instance of
wnfs
. Things like username and keys don't matter so much here.I learned you must call
await program.auth.register({ username })
before we get a session viaawait program.auth.session()
.Beta Was this translation helpful? Give feedback.
All reactions