Changes for version 0.010003_003
- fix 5.8 pseudo-hash failure
Changes for version 0.010002_002
- fixed prerequisites
- default RNG is not Math::Random::MT::Auto
Changes for version 0.010001_001
- initial version
Modules
- Net::OAuth2::Scheme - Token scheme definition framework for OAuth 2.0
- Net::OAuth2::Scheme::Counter - a host-wide counter
- Net::OAuth2::Scheme::Factory - the default factory for token schemes
- Net::OAuth2::Scheme::HmacUtil - hash functions and encodings
- Net::OAuth2::Scheme::Mixin::Accept - defines 'token_accept'
- Net::OAuth2::Scheme::Mixin::Bearer - implement bearer token schemes
- Net::OAuth2::Scheme::Mixin::Current_Secret - the 'current_secret' option group
- Net::OAuth2::Scheme::Mixin::Format - the 'format' option group and 'token_validate'
- Net::OAuth2::Scheme::Mixin::HMac - implement http_hmac token scheme
- Net::OAuth2::Scheme::Mixin::NextID - the 'v_id_next', 'counter', and 'random' option groups
- Net::OAuth2::Scheme::Mixin::Root - defines the root group setup
- Net::OAuth2::Scheme::Mixin::Transport - the 'transport' option group and helper functions
- Net::OAuth2::Scheme::Mixin::VTable - the 'vtable', 'vtable_cache', and 'vtable_pull_queue' option groups
- Net::OAuth2::Scheme::Option::Builder - poor man's mixin/role closure builder
- Net::OAuth2::Scheme::Option::Defines - functions for creating option groups and default values
- Net::OAuth2::Scheme::Random - random number generator interface