grape-devise icon indicating copy to clipboard operation
grape-devise copied to clipboard

Add support for registerable module

Open gonzalomelov opened this issue 11 years ago • 1 comments

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

gonzalomelov avatar Nov 24 '14 16:11 gonzalomelov

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.

pluff avatar Nov 25 '14 09:11 pluff