--- !ruby/object:Gem::Specification name: rodauth-oauth version: !ruby/object:Gem::Version version: 0.7.1 platform: ruby authors: - Tiago Cardoso autorequire: bindir: bin cert_chain: [] date: 2021-12-05 00:00:00.000000000 Z dependencies: [] description: Implementation of the OAuth 2.0 protocol on top of rodauth. email: - cardoso_tiago@hotmail.com executables: [] extensions: [] extra_rdoc_files: - LICENSE.txt - README.md - CHANGELOG.md files: - CHANGELOG.md - LICENSE.txt - README.md - lib/generators/rodauth/oauth/install_generator.rb - lib/generators/rodauth/oauth/templates/app/models/oauth_application.rb - lib/generators/rodauth/oauth/templates/app/models/oauth_grant.rb - lib/generators/rodauth/oauth/templates/app/models/oauth_token.rb - lib/generators/rodauth/oauth/templates/db/migrate/create_rodauth_oauth.rb - lib/generators/rodauth/oauth/views_generator.rb - lib/rodauth/features/oauth.rb - lib/rodauth/features/oauth_http_mac.rb - lib/rodauth/features/oauth_jwt.rb - lib/rodauth/features/oauth_saml.rb - lib/rodauth/features/oidc.rb - lib/rodauth/oauth.rb - lib/rodauth/oauth/database_extensions.rb - lib/rodauth/oauth/railtie.rb - lib/rodauth/oauth/ttl_store.rb - lib/rodauth/oauth/version.rb - locales/en.yml - templates/authorize.str - templates/client_secret_field.str - templates/description_field.str - templates/homepage_url_field.str - templates/name_field.str - templates/new_oauth_application.str - templates/oauth_application.str - templates/oauth_applications.str - templates/oauth_tokens.str - templates/redirect_uri_field.str - templates/scope_field.str homepage: https://gitlab.com/honeyryderchuck/rodauth-oauth licenses: [] metadata: homepage_uri: https://gitlab.com/honeyryderchuck/rodauth-oauth source_code_uri: https://gitlab.com/honeyryderchuck/rodauth-oauth changelog_uri: https://gitlab.com/honeyryderchuck/rodauth-oauth/-/blob/master/CHANGELOG.md post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.1.6 signing_key: specification_version: 4 summary: Implementation of the OAuth 2.0 protocol on top of rodauth. test_files: []