go-bazzinga / hot-or-not-auth

Other
1 stars 0 forks source link

anonymous identity doesn't work on localhost #76

Closed rupansh-gob closed 4 months ago

rupansh-gob commented 4 months ago

https://github.com/go-bazzinga/hot-or-not-auth/blob/main/src/page/anonymous.rs#L23 anonymous identity page only sends message to the main app

Please consider using feature flags for production & dev environments, and enabling dev feature for now ideally we should deploy separate auth sites for prod & dev

rosarp-gobazzinga commented 4 months ago

We can discuss this in call. So, constants have this value which can be changed for perticular deployment. If you start server locally, then you can change here : https://github.com/go-bazzinga/hot-or-not-auth/blob/13071bb57da17dff4cb1de644f37bb139571e723/src/constants.rs#L7

rosarp-gobazzinga commented 4 months ago

Pushed code to main in PR #75