Joel Lee
Joel Lee
I've left out HTTP examples for the Password Verification Hook and MFA Verification Hooks as I realized the previous examples I had in mind didn't quite make sense. The HTTP...
Hey @flesicek, Thanks for the query. At the moment one will need to assemble the `confirmation_url` from the components - I can check with the team if we can provide...
>One more think @J0 > Does the email hook need to return any value? No need to return anything >I'm assuming that when hook is enabled, it would stop existing...
Hey @florianjuengermann, Thanks for the feedback - I wrote the initial example for the postgresql hook so if there's an issue with existing code it's on my end. You are...
Resurfacing htis
Hey @jahnavisana2812 Thanks for the query - quick check - are you self hosting? I haven't tried this but I think the token should be a regular JWT so if...
I don't quite have the time to try atm (earliest would be weekend) but I think you can change `ENC_KEY`, `API_JWT_SECRET`, and `METRICS_JWT_SECRET` so long as you use bearer tokens...
Hey @dfang, Thanks for flagging the issue. Mind sharing what your setup looks like? I'm running 1. `make dev` 2. `make db_start` 3. ` curl -X 'GET' 'http://localhost:4000/metrics' -H 'accept:...
Hey @jahnavisana2812, Thanks for the query. To clarify, are you hoping to have Supavisor in front of multiple tenants each with a database? To do so you can probably follow...
Not familiar with surrounding context but based on [this article](https://www.timescale.com/blog/prometheus-vs-opentelemetry-metrics-a-complete-guide/) it sounds like Prometheus metrics is a subset of OpenTelemetry Metrics so if I had to guess maybe some customers...