Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/core-go/oauth2
- Owner: core-go
- Created: 2020-09-19T02:55:06.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-07T10:33:52.000Z (7 months ago)
- Last Synced: 2024-04-07T11:30:56.996Z (7 months ago)
- Topics: dropbox-login, facebook-login, google-login, linkedin-login, microsoft-login, oauth2, social-login, twitter-login
- Language: Go
- Homepage:
- Size: 89.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# oauth2
![oauth2](https://camo.githubusercontent.com/782b650c42e2a73f79e729e77176f3dbd5edf51b683e13ebdae0a6f5e4cdd7b2/68747470733a2f2f63646e2d696d616765732d312e6d656469756d2e636f6d2f6d61782f3830302f312a6153765054544461532d386c674f4164544d6e6335412e706e67)## 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"
```