https://github.com/core-go/oauth2
https://github.com/core-go/oauth2
dropbox-login facebook-login google-login linkedin-login microsoft-login oauth2 social-login twitter-login
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/core-go/oauth2
- Owner: core-go
- Created: 2020-09-19T02:55:06.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-07T10:33:52.000Z (about 1 year ago)
- Last Synced: 2025-01-10T04:15:10.134Z (6 months ago)
- Topics: dropbox-login, facebook-login, google-login, linkedin-login, microsoft-login, oauth2, social-login, twitter-login
- Language: Go
- Homepage:
- Size: 91.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# oauth2
## Models
- Configuration
- OAuth2Info
- User## Services
- OAuth2Service## Repositories
- ConfigurationRepository
- OAuth2UserRepository
- UserRepository## Installation
Please make sure to initialize a Go module before installing core-go/oauth2:```shell
go get -u github.com/core-go/oauth2
```Import:
```go
import "github.com/core-go/oauth2"
```