ronin-rb / ronin-db-activerecord

ActiveRecord backend for the Ronin Database
https://ronin-rb.dev
GNU Lesser General Public License v3.0
7 stars 5 forks source link

Make `WebCredential` into a join model #17

Closed postmodern closed 2 years ago

postmodern commented 2 years ago

Change WebCredential to be a join model between Credential and URL. This will allow associating the same credential pair (ex: user:password or email:password) with multiple URLs.

postmodern commented 2 years ago

Implemented by 962d17e.