Sam Bryant
Sam Bryant
@dusansimic I have been playing with this in a fork as I needed exactly this. My use case is: Cookies for CSRF Redis for user session ```go type SessionStore struct...
@appleboy Apologies for tagging you directly but you seem to be one of the more active maintainers. Is this something you would entertain being added? Do you have any preference...
@appleboy Sure thing. I have raised: https://github.com/gin-contrib/sessions/pull/144 Happy to make any changes if required
@appleboy have you had a chance to look at this at all yet?
Hi @rew1nter, nothing official, but I have had a good experience using: https://github.com/utrack/gin-csrf I also created a repo off the back of it: https://github.com/srbry/gin-csrf The main reason I created my...
Hi @djvdorp, sounds like this is the same issue. https://github.com/cloudfoundry-community/go-cfclient/issues/34. You should be able to use `GetToken` to refresh your oath token. I guess then its up to you how...
This has been open a long time without comment? seems like the approach is wrong when comparing with any other testing frameworks. Would a pull request be entertained if it...
@vito has any progress been made on this? It would be really useful, especially when doing the `lite` deployment. cf-deployment has an ops-file that plugs it in for example. I...
@vito that makes total sense. It wasn't clear from the prior conversation if this was had an amount of work in progress or not. Thanks for taking the time to...
@vito @jtarchie #54 has now been updated, it includes a few new options based on your feedback. Default behaviour: Uses semver matching with minor improvements to filter out the stable...