Sha256: e71e6975540a6400662e3f4d271b1acf4a1f1152f8a624091d64a813ec971607

Contents?: true

Size: 1.84 KB

Versions: 5

Compression:

Stored size: 1.84 KB

Contents

jane_email:
  type: Credentials::Email
  user: jane
  name: jane@gmail.com
  key: "1"

john_email:
  type: Credentials::Email
  user: john
  name: john@gmail.com
  key: "0"

jane_password:
  type: Credentials::Password
  user: jane
  key: <%= Credentials::Password.hash_password('pa55w0rd', '5678').inspect %>

john_password:
  type: Credentials::Password
  user: john
  key: <%= Credentials::Password.hash_password('password', '1234').inspect %>

jane_token:
  user: jane
  type: Tokens::OneTime
  name: skygyoxxmnerxwe4zbi3p5yjtg7zpjl2peyfcwh5wnc37fyfc4xa

john_token:
  user: john
  type: Tokens::Base
  name: ue5tqbx3u4z7jxxglickknirxroy7c3bgig4e2yccbmwqvf3r2vq

john_email_token:
  user: john
  type: Tokens::EmailVerification
  name: qid3ipai5be3bcilygdztwvtlpiyrfzxks2solmetndb4vzuvkca
  key: john@gmail.com

jane_password_token:
  user: jane
  type: Tokens::PasswordReset
  name: 5pfbsvdcxaf3wrj2mf5h4j2skk3q7vni4dc4iqs6okqv2km3zrga

john_session_token:
  user: john
  type: Tokens::SessionUid
  name: gordzvlpnvwyjy53jklfcwcjxdjvvhwnfwenqql4tzotma5c7k7a
  key: <%= { :browser_ip => '18.241.1.121',
             :browser_ua => 'Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0.1'
           }.to_yaml.inspect %>

jane_session_token:
  user: jane
  type: Tokens::SessionUid
  name: nnn4cz75nta35aqu34c3kozxokszfaxt46vvvpq6gxxfnh3fvbuq
  key: <%= { :browser_ip => '18.70.0.160',
             :browser_ua => 'Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0.1'
           }.to_yaml.inspect %>

john_omniauth_developer:
  user: john
  type: Credentials::OmniAuthUid
  name: developer,john@gmail.com
  key: "0"

jane_omniauth_developer:
  user: jane
  type: Credentials::OmniAuthUid
  name: developer,jane@gmail.com
  key: "1"

john_api_token:
  user: john
  type: Tokens::Api
  name: k2cof7wjyi3672laumnajizwax73x262gfmoqoiau3cgap7z3pdq

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
authpwn_rails-0.23.0 lib/authpwn_rails/generators/templates/credentials.yml
authpwn_rails-0.22.1 lib/authpwn_rails/generators/templates/credentials.yml
authpwn_rails-0.22.0 lib/authpwn_rails/generators/templates/credentials.yml
authpwn_rails-0.21.1 lib/authpwn_rails/generators/templates/credentials.yml
authpwn_rails-0.21.0 lib/authpwn_rails/generators/templates/credentials.yml