RubyGems Navigation menu

password_auth 1.0.2

The `password_auth` gem provides a simple and secure way to handle password authentication in Ruby applications. It offers a set of reusable components and utilities to handle user passwords, including password hashing, salting, and validation. Key Features: - Secure password storage: The gem uses industry-standard techniques, such as bcrypt hashing and salt generation, to securely store user passwords. - Password validation: It provides convenient methods to validate the strength and complexity of user passwords, ensuring they meet specific criteria. - Password encryption: Easily encrypt passwords for storage or comparison purposes, protecting sensitive user data. - Password reset functionality: Includes utilities for generating and handling password reset tokens, enabling users to securely reset their passwords. - Integration with popular frameworks: Seamlessly integrates with Ruby on Rails, Sinatra, and other Ruby frameworks, making it easy to incorporate password authentication into your application. By using the `password_auth` gem, developers can implement robust password authentication functionality in their Ruby applications with minimal effort, ensuring the security and integrity of user passwords.

Gemfile:
= 複製 已複製

安裝:
=

版本列表:

  1. 1.0.2 - May 18, 2023 (7.5 KB)
  2. 1.0.1 - May 18, 2023 (7.5 KB)
  3. 0.1.0 - May 18, 2023 (7.5 KB)

Runtime 相依性套件 (1):

bcrypt ~> 3.1

擁有者:

推送者:

作者:

  • mudabbirali

SHA 256 總和檢查碼:

= 複製 已複製

總下載次數 1,157

這個版本 486

版本发布:

授權:

Ruby 版本需求: >= 2.3.0

相關連結: