surrealdb / surrealdb.go

SurrealDB SDK for Golang
https://surrealdb.com
Apache License 2.0
234 stars 63 forks source link

Auth methods #19

Open iDevelopThings opened 1 year ago

iDevelopThings commented 1 year ago

Found my self adding these changes into my project, so decided I'd update this PR with them instead ^^

Mainly signin/signup will return a token if you sign up a user via a scope for example

I'm also not sure if this will add commits to #17 or create a new PR, either way it includes those changes too.

phughk commented 1 year ago

Hey @iDevelopThings ! Thanks for creating this - would it be possible to resolve the conflicts please? To make it easier to review. Thanks!

timpratim commented 1 year ago

Hey @iDevelopThings gentle ping, can you fix the merge conflicts so that we can go ahead and review the PR?

timpratim commented 1 year ago

Hey @iDevelopThings! Any updates on this?