-
Hi! is there a way to not use the avatar proxy and directly server the avatar urls obtained via providers |
Beta Was this translation helpful? Give feedback.
Answered by
umputun
Apr 3, 2023
Replies: 1 comment 2 replies
-
see https://github.com/go-pkgz/auth/blob/master/auth.go#L63 Alternatively you can set it to nil and it should have the same effect https://github.com/go-pkgz/auth/blob/master/auth.go#L132 |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
gaurishhs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
see https://github.com/go-pkgz/auth/blob/master/auth.go#L63
Alternatively you can set it to nil and it should have the same effect https://github.com/go-pkgz/auth/blob/master/auth.go#L132