Skip to content

plimble/clover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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