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

Forgot Password Endpoint #35

Open yanismydj opened 9 months ago

yanismydj commented 9 months ago

Has anyone tried to set up "Forgot Password"/"Reset Password" functionality with devise-api?

EmilzonJ commented 7 months ago

Has anyone tried to set up "Forgot Password"/"Reset Password" functionality with devise-api?

I think, you could use the devise passwords controller for that.

seyhak commented 3 months ago

Has anyone tried to set up "Forgot Password"/"Reset Password" functionality with devise-api?

I used devise controllers for that