ufront / ufront-easyauth

Easy database-driven authentication for ufront. Each group is assigned permissions, and each user can belong to certain groups.
MIT License
1 stars 2 forks source link

added authenticate api shortcut #2

Closed tiagolr closed 9 years ago

tiagolr commented 9 years ago

Added this api shortcut because is something a beginner (like myself) tends to look for early.

jasononeil commented 9 years ago

Thank you! I have a method like this in most of my projects so it makes sense to have it here.

It's also useful for "confirm password" dialogues before letting the user change their account information or similar.