lazaronixon / authentication-zero

An authentication system generator for Rails applications.
MIT License
1.52k stars 48 forks source link

Add documentation on classes / models #112

Open tmaier opened 3 months ago

tmaier commented 3 months ago

It would be great to have some code-level comments to explain a bit the architecture.

For example what the purpose of certain classes. For example, why is there a Session model.

This could help to understand the chosen architecture and helps a future developer to pick this up more quickly.