gocialite icon indicating copy to clipboard operation
gocialite copied to clipboard

Social oAuth login in Go has never been so easy

Results 9 gocialite issues
Sort by recently updated
recently updated
newest added

Currently there is no support for microsoft driver for OAUTH. I can submit a PR as I have a working driver locally.

Upgrade Linkedin API and retrieve email address correctly since V1 disallows email address retrieval.

add function for handle user profile using token, it's easier to use REST Authentication API

If I understand the codebase correctly, the `Dispatcher` keeps a map from state to `Gocial` instance. This means that: - If there are multiple servers handling requests, the same state...

enhancement
help wanted

I have a `user` table with user details , how can i fetch these details from social handler and save the user for future

When creating a new Gocial at [gocialite.go#L32 ](https://github.com/danilopolani/gocialite/blob/master/gocialite.go#L32), the instance is put into the Dispatchers Gocial map at [gocialite.go#L37](https://github.com/danilopolani/gocialite/blob/master/gocialite.go#L37). The instance is only freed at [Dispatcher.Handle](https://github.com/danilopolani/gocialite/blob/master/gocialite.go#L51) which is done in...

Hey, thanks for the great library, really nice to see a passport-like software for Golang. I'm trying to use the Google authorization scheme, and I'd like to redirect my users...

enhancement

+ **VK driver** + **OK driver**: the additional parameter APPLICATION_KEY (https://apiok.ru/en/dev/app/) is required + Add `Sig()` function to the OK driver for calculating signatures of a requests + Use **Functional...