#Security #Ruby #Rails https://dev.to/philnash/better-passwords-in-ruby-applications-with-the-pwned-passwords-api-4o9f
DEV Community
Better passwords in Ruby applications with the Pwned Passwords API
The Pwned Passwords API can tell you if a password has been seen in a data breach before. Use it in your Ruby application to encourage better passwords.
#Ruby #Rails https://www.digitalocean.com/community/tutorials/how-to-build-a-ruby-on-rails-application
Digitalocean
How To Build a Ruby on Rails Application | DigitalOcean
Rails is a web application framework written in Ruby. It takes an opinionated approach to application development, assuming that set conventions will best se…