Replies: 1 comment 2 replies
-
Thanks for doing this @wkoszek. Hopefully we get some nice implementations coming out of this. We really could use a whole host of implementations for cookie/sessions, renderers, router adapters, and storers. 👍🏽 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi folks. Other than https://github.com/rivo/users it appears like https://github.com/volatiletech/authboss is the only solution for solving authorization for Webapps in Golang. I wonder what would it take to get
authboss
to the point where with 10 lines of the code we could get something safe, that works, out-of-the-box.Several folks in Issues appear to have implemented practical storers that resulted in some questions. I wonder if anyone would be interested in open sourcing theirs?
I think having storers for PostgreSQL / Redis would bump the
authboss
adoption because it's nice to have something ready-to-use.I could pitch some $ for this project, so if you're interesting, ping me with a quote. [specs are simple: web app uses 1 separate PostgreSQL DB with schema "authboss" and "users" table]
Beta Was this translation helpful? Give feedback.
All reactions