plimble / clover

OAuth 2.0 Server in GO

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clover

GoDoc Build Status Coverage Status Go Report Card

Oauth2 server v2.0.0

WIP Reimplement oauth2 server

Install

go get gopkg.in/plimble/clover.v2

Features

  • OAuth2 RFC6749
    • Authorization
      • Code Response Type
      • Token Response Type
    • Access Token
      • Authorization Code Grant
      • Resource Owner Password Credentials Grant
      • Client Credentials Grant
      • Extension Grants
  • JWT Access Token RFC7519
  • Token Revocation RFC7009
  • Token Introspection RFC7662
  • Security Considerations RFC6819, RFC6749
  • Storage
    • Dynamodb
    • Memory
    • Postgres
    • MySql
    • RethinkDb
    • Redis
  • API
  • CLI

About

OAuth 2.0 Server in GO

License:MIT License


Languages

Language:Go 100.0%