Skip to content

manwar/Net-OAuth2-Scheme

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


This archive contains the distribution Net-OAuth2-Scheme,

  Token scheme definition framework for OAuth 2.0

This is a token/token-scheme description framework to be shared
amongst clients, authorization servers, and resource servers.  It
specifies the transport/formatting/encoding and the secret-sharing
protocol -- basically everything you need in order to be able to
create, use, and validate tokens, i.e., beyond what's actually 
spelled out in the OAuth2 spec itself.

Build/install in the usual way

  perl Makefile.PL
  make
  make test
  make install

See Net::OAuth2::Scheme and Net::OAuth2::Scheme::Factory
for actual documentation.

This software is copyright (c) 2012 by Roger Crew.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.

About

token scheme framework for OAuth2

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Perl 100.0%