ruby on rails - Migrating from sorcery to devise -


i have project that, title suggests, on authentication library sorcery. migrate user database devise, because client's developer wants use it.

i understand both libraries use similar encryption methods, not sure of steps.

currently on rails latest version.


Comments

Popular posts from this blog

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -