{"id":15061309,"url":"https://github.com/mnc/auth0_password","last_synced_at":"2026-04-07T19:31:44.773Z","repository":{"id":59150826,"uuid":"159963760","full_name":"mnc/auth0_password","owner":"mnc","description":"Auth0Password is a Ruby gem to generate random password for Auth0 database connection","archived":false,"fork":false,"pushed_at":"2019-06-14T17:41:12.000Z","size":26,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-21T23:03:11.042Z","etag":null,"topics":["auth0","gem","password-generator","ruby"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mnc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-12-01T16:23:50.000Z","updated_at":"2019-06-14T17:41:13.000Z","dependencies_parsed_at":"2022-09-13T11:00:27.753Z","dependency_job_id":null,"html_url":"https://github.com/mnc/auth0_password","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mnc%2Fauth0_password","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mnc%2Fauth0_password/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mnc%2Fauth0_password/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mnc%2Fauth0_password/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mnc","download_url":"https://codeload.github.com/mnc/auth0_password/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243707382,"owners_count":20334619,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["auth0","gem","password-generator","ruby"],"created_at":"2024-09-24T23:18:07.925Z","updated_at":"2025-12-29T19:49:07.685Z","avatar_url":"https://github.com/mnc.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Auth0Password\n[![Build Status](https://travis-ci.org/mnc/auth0_password.svg?branch=master)](https://travis-ci.org/mnc/auth0_password)\n[![Maintainability](https://api.codeclimate.com/v1/badges/0fc6ab1e63c8f164c598/maintainability)](https://codeclimate.com/github/mnc/auth0_password/maintainability)\n[![Test Coverage](https://api.codeclimate.com/v1/badges/0fc6ab1e63c8f164c598/test_coverage)](https://codeclimate.com/github/mnc/auth0_password/test_coverage)\n[![Gem Version](https://badge.fury.io/rb/auth0_password.svg)](https://badge.fury.io/rb/auth0_password)\n[![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](LICENSE)\n\nAuth0Password is a Ruby gem to generate random password for Auth0 database connection.\nThe password can be generated appropriately to each of Auth0 password strength (excellent, good, fair and low). \n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'auth0_password'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install auth0_password\n\n## Usage\n\n### Basic\n```ruby\n# excellent (the password doesn't have more than 2 continuous characters)\nAuth0Password.new.excellent\n#=\u003e \"TH#8tl*k\"\n\n# good (the password has a lowercase letter, an uppercase letter, and a number)\nAuth0Password.new.good\n#=\u003e \"Oa3WE@k\"\n\n# fair and min length of password is 10\nAuth0Password.new(min_length: 10).fair\n#=\u003e \"fHHsUZt06K\"\n\n# low\nAuth0Password.new.low\n#=\u003e \"brcwC1Ij\"\n```\n\n### Password length\n```ruby\n# set password length to generate as 15\nAuth0Password.new.excellent(15)\n```\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/mnc/auth0_password. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n\n## Code of Conduct\n\nEveryone interacting in the Auth0Password project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/auth0_password/blob/master/CODE_OF_CONDUCT.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmnc%2Fauth0_password","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmnc%2Fauth0_password","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmnc%2Fauth0_password/lists"}