Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: unable to use ACCESS to authenticate #188

Open
2 tasks done
EtienneBruines opened this issue Nov 14, 2024 · 0 comments · May be fixed by #184
Open
2 tasks done

Bug: unable to use ACCESS to authenticate #188

EtienneBruines opened this issue Nov 14, 2024 · 0 comments · May be fixed by #184
Labels
bug Something isn't working

Comments

@EtienneBruines
Copy link

Describe the bug

Currently, only the legacy v1 Scope or the token-based Authenticate is supported, but no SignIn with Access is supported.

The v0.2.1 allowed direct access to the underlying Gorilla Websocket, so that allowed for a workaround (sending the signin ourselves), but v0.3.0 does not expose that connection. The .Query function filtering for a whitelist of allowed methods makes a workaround for v0.3.0 impossible.

Steps to reproduce

N/A

Expected behaviour

To have any way to sign in using ACCESS.

SurrealDB version

surreal 2.0.4 for linux on x86_64 with surrealdb.go v0.3.0

Contact Details

No response

Is there an existing issue for this?

  • I have searched the existing issues

Code of Conduct

  • I agree to follow this project's Code of Conduct
@EtienneBruines EtienneBruines added the bug Something isn't working label Nov 14, 2024
@EtienneBruines EtienneBruines linked a pull request Nov 14, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant