auth.CookieCredentials had an interface Credentials for it, getters and setters even though it is the only implementation of Credentials
getters and setters are not a very go-like pattern
Also added a few checks for nil pointers and errors here and there while refactoring
auth.CookieCredentials had an interface Credentials for it, getters and setters even though it is the only implementation of Credentials getters and setters are not a very go-like pattern
Also added a few checks for nil pointers and errors here and there while refactoring