britton-jb / sentinel

DEPRECATED - Phoenix Authentication library that wraps Guardian for extra functionality
MIT License
106 stars 19 forks source link

RFC: Add ability to use UUID primary keys #43

Closed trestrantham closed 7 years ago

trestrantham commented 7 years ago

Opening this as an RFC since it's scratching a very specific itch of mine. This is using a hidden configuration option (:uuid_primary_keys) which in addition to modifying the generated users and accounts migrations allows me to use UUID primary keys with sentinel. Mainly interested in if you'd entertain this as an option and if so, is it OK being a hidden configuration or if you'd rather it be formally documented?

britton-jb commented 7 years ago

At the moment I don't think we need to formally document this one.