--- !ruby/object:Gem::Specification name: rodauth-oauth version: !ruby/object:Gem::Version version: 0.7.4 platform: ruby authors: - Tiago Cardoso autorequire: bindir: bin cert_chain: [] date: 2022-01-14 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rodauth requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '2.0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '2.0' 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/app/views/rodauth/authorize.html.erb - lib/generators/rodauth/oauth/templates/app/views/rodauth/new_oauth_application.html.erb - lib/generators/rodauth/oauth/templates/app/views/rodauth/oauth_application.html.erb - lib/generators/rodauth/oauth/templates/app/views/rodauth/oauth_applications.html.erb - lib/generators/rodauth/oauth/templates/app/views/rodauth/oauth_tokens.html.erb - 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: - Apache-2.0 metadata: homepage_uri: https://honeyryderchuck.gitlab.io/rodauth-oauth/ documentation_uri: https://honeyryderchuck.gitlab.io/rodauth-oauth/rdoc/ bug_tracker_uri: https://gitlab.com/honeyryderchuck/rodauth-oauth/issues source_code_uri: https://gitlab.com/honeyryderchuck/rodauth-oauth changelog_uri: https://gitlab.com/honeyryderchuck/rodauth-oauth/-/blob/master/CHANGELOG.md rubygems_mfa_required: 'true' 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.2.32 signing_key: specification_version: 4 summary: Implementation of the OAuth 2.0 protocol on top of rodauth. test_files: []