Add support for registerable module
It would be really helpful if this gem supports registration. I don't know much of ROR but I want to develop the registration module support. Can you give me some clues on how or where can I start? Is there any workaround for integrating the registration process to grape because I don't know where to start?
Thanks
Hello @gonzalomelov . This gem was planned as set of endpoints which would correlate with devise rails controllers. So If you want to add registration endpoints to the gem you need to study "Devise::RegistrationsController" and add appropriate endpoints similar to existing authentication endpoints. Unfortunately I don't have active project using this gem so I can't write it myself now.