nejdetkadir / devise-api

The devise-api gem is a convenient way to add authentication to your Ruby on Rails application using the devise gem. It provides support for access tokens and refresh tokens, which allow you to authenticate API requests and keep the user's session active for a longer period of time on the client side
MIT License
152 stars 22 forks source link

Add extra fields from config to resource owner #38

Closed wuletawwonte closed 6 months ago

wuletawwonte commented 6 months ago

Thanks for this wonderful gem

Based on PR #36 which adds extra sign_up fields to the sign_up_params, I thought it would be also useful to get back those added extra fields in the resource_owner property.

nejdetkadir commented 6 months ago

thank u for your contribution 👏 🚀