Giter Club home page Giter Club logo

oauth2_server's People

Contributors

michaelengland avatar

Stargazers

 avatar  avatar  avatar

oauth2_server's Issues

Create Redis Repository

Create Oauth2ServerRedis::ClientRepository
Create Oauth2ServerRedis::TokenRepository
Create Oauth2ServerRedis::AuthorizationGrantRepository

Create Authorization Validator

  • Takes Rack::Request
  • Takes Authorizer::Factory
  • Authorizer strategy for authorization grants, returns redirect params.
  • Takes RedirectUriAdapter
  • Verifies client & redirect uri
  • Performs authorization, returns redirect uri
  • Create authorization_code authorizer.
  • Create implicit_grant authorizer.
  • Create authorizer factory.
  • Create redirect_uri adapter.
  • Create authorization validator.

Create Bearer Token Authenticator

  • Takes a Rack::Request.
  • Checks authorization header or params for token access.
  • Retrieves the token from the registered repositories in registration order.
  • Create authenticator for header or params.

Create Padrino Helper

  • Create Padrino End-To-End Acceptance Test
  • Create any helpers for Padrino
  • Update wiki & readme

Create Client Authenticator

Create client authenticator that:

  • Takes a Rack::Request.
  • Checks authorization header or params for id & secret.
  • Retrieves the client from the registered repositories in registration order.
  • Add rspec & rack requirements to project.
  • Create configuration for client repository registration.
  • Add base error with type, description & status
  • Create authenticator for params or auth header

Create ActiveRecord Repository

Create Oauth2ServerActiveRecord::ClientRepository
Create Oauth2ServerActiveRecord::TokenRepository
Create Oauth2ServerActiveRecord::AuthorizationGrantRepository
Create migration generator.

Create Token Dealer

  • Takes Rack::Request and token.
  • Returns token based upon parameters.
  • Allow grant types client_credentials, password, authorization_code & refresh_token.
  • Create factory girl definitions for clients & tokens
  • Create client_credentials token builder
  • Create password token builder
  • Create AuthorizationGrant entity & factory
  • Create authorization_code token builder
  • Create refresh_token token builder
  • Create token builder factory
  • Create dealer

Create Rails Helper

  • Create Rails End-To-End Acceptance Test
  • Create any helpers for Rails
  • Update wiki & readme

Create Project Skeleton

Create project skeleton for gem, including:

  • Gemspec
  • Gitignore
  • Readme
  • License
  • Add basic gem skeleton
  • Setup travis-ci
  • Setup code-climate
  • Setup gemnasium

Create Sinatra Helper

  • Create Sinatra End-To-End Acceptance Test
  • Create any helpers for Sinatra
  • Update wiki & readme

Create MongoMapper Repository

Create Oauth2ServerMongoMapper::ClientRepository
Create Oauth2ServerMongoMapper::TokenRepository
Create Oauth2ServerMongoMapper::AuthorizationGrantRepository

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.