Danilo Polani
Danilo Polani
Hello @calebporzio , any chance to review this? It would be awesome. Thanks!
PS: For everyone interested, I pushed a fix for the bug I before wrote in the description and also committed a package for this feature, you can download it here...
This is probably the best issue on GitHub
Ehy, sorry, this refers to an old project to which I no longer have access. If I'm right, I didn't find a valid solution tho :/
Ehy, sorry I'm a loot busy in this time due to my work. Anyway I was looking at the code, I remember that to retrieve the profile picture URL was...
Ok, but then we can't merge this because we would not guarantee the same output as before. If someone uses the `avatar` field to store the picture URL and updates...
Yeah, but it can't be an empty field if before it was not, otherwise it's a breaking change
Ok, but imagine this flow: My app implements a "Sign in with LinkedIn" feature; when a user clicks on the button and I receive the callback, I always update his...
What's an example for this? I mean, you have the token in the `Handle` method and then you can use it in anyway you prefer and the user data are...
Hi, you're right about the issues, I was reading about Gob and it's fine to return a `[]byte`, just to know, how would you save it in your DB? Regarding...