Kamaleshwar
Kamaleshwar
@vinceyoumans Login/authentication would depend on what service you're using. You've mentioned Firebase, JWT etc. In case of Webgo, the middleware is quite easy to write. I use the following: ```golang...
@tabakerov there are quite a few PRs open. Even I'd like to start using this package, hopefully @afex will check the PRs and merge/deny.
I think we need to setup contribution guidelines for this project itself, might turn out to be a mess if we get enough contributions.
just hoping/looking forward to getting this merged asap!
hello @dhui would this PR be considered?
@tko thanks a lot for the suggestion and I agree, it would be better to have nested Go modules to avoid unnecessary dependencies being downloaded when using lib. I have...
@tko the PR is merged, but finally decided to not create nested Go modules. In case of Go imports, it does not import all the dependencies of the parent module,...