devise icon indicating copy to clipboard operation
devise copied to clipboard

Raise on invalid scope

Open c960657 opened this issue 9 months ago • 0 comments

Is there any valid reason for accepting non-existing scopes for Devise::Mapping.find_scope!, Devise::Controllers::SignInOut.sign_out etc.?

I suggest raising when passing a string/symbol representing a non-existing scope.

c960657 avatar Mar 20 '25 09:03 c960657