Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR Type
Enhancement
Description
Turnstile
configuration in theSignUp
struct with aSecretKey
fieldgithub.com/nhost/be
dependency to the latest versionChanges walkthrough 📝
example.go
Add Turnstile configuration to SignUp
cmd/config/example.go
Turnstile
configuration to theSignUp
struct with aSecretKey
field
auth_test.go
Add Turnstile secret to auth test configuration
dockercompose/auth_test.go
AUTH_TURNSTILE_SECRET
environment variable with value"turnstileSecretKey"
main_test.go
Update test config with Turnstile settings
dockercompose/main_test.go
Turnstile
configuration to theSignUp
struct in the test configgo.mod
Update nhost/be dependency version
go.mod
github.com/nhost/be
dependency to versionv0.0.0-20240925125635-9b2298f21170
go.sum
Update checksum for nhost/be dependency
go.sum
github.com/nhost/be
to match the new version