authgear / authgear-server

Open source alternative to Auth0 / Firebase Auth
https://www.authgear.com
Apache License 2.0
73 stars 30 forks source link

Use company name for new project name #4284

Open linear[bot] opened 3 weeks ago

linear[bot] commented 3 weeks ago

https://posthog.com/docs/product-analytics/user-properties

https://posthog.com/docs/hogql

Since localstorage is cleared i can only query posthog by issuing post request hogql query in frontend

linear[bot] commented 3 weeks ago

DEV-1378 Use company name for new project name

louischan-oursky commented 3 weeks ago

You can use history push state to pass the project name, or you can just pass it with query parameter. No need to query posthog in this case.

toshinari123 commented 3 weeks ago

Understood