© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•8mo ago•
2 replies
wrux

Web3 auth with local Supabase Docker container

auth
I'm working on a webapp with Web3 authentication only and until now have been using the hosted Postgres. I want to now setup a local Supabase container so I can work more efficiently and seed the database etc.

Is there any plans to support Web3 auth on local docker containers? Or is there any way to allow this? Chat GPT says it's only an experimental feature so not included in core yet.

If I replace all auth config in my
config.toml
config.toml
file with the following, then the container fails to launch.

[auth]
enabled = true
site_url = "http://127.0.0.1:3000"
additional_redirect_urls = ["https://127.0.0.1:3000"]
jwt_expiry = 3600
enable_refresh_token_rotation = true
refresh_token_reuse_interval = 10

[auth.rate_limit]
web3 = 30

[auth.captcha]
enabled = true
provider = "hcaptcha"                                 # or other supported providers
secret = "0x0000000000000000000000000000000000000000"

[auth.web3.solana]
enabled = true
[auth]
enabled = true
site_url = "http://127.0.0.1:3000"
additional_redirect_urls = ["https://127.0.0.1:3000"]
jwt_expiry = 3600
enable_refresh_token_rotation = true
refresh_token_reuse_interval = 10

[auth.rate_limit]
web3 = 30

[auth.captcha]
enabled = true
provider = "hcaptcha"                                 # or other supported providers
secret = "0x0000000000000000000000000000000000000000"

[auth.web3.solana]
enabled = true


Any ideas here other than just using the hosted Supabase?
Supabase banner
SupabaseJoin
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
45,816Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Delete local docker container of supabase
SupabaseSSupabase / help-and-questions
4y ago
Auth providers in local Docker container
SupabaseSSupabase / help-and-questions
7mo ago
Supabase and Web3 Auth Guidance & Experience
SupabaseSSupabase / help-and-questions
4y ago
validate web3 wallet with supabase
SupabaseSSupabase / help-and-questions
5mo ago