Tagged Questions
The merb-auth tag has no wiki summary.
1
vote
1answer
134 views
merb_auth_password_slice does not maintain the session
Having integrated merb_auth_password_slice as per the README, I can successfully login as redirect_after_login is being triggered, although session.authenticated? returns false.
Just trying the basic ...
0
votes
1answer
178 views
Merb authentication question
My application has user part and /admin part. There are 2 models Account (like a customer) and Admin, and I should authenticate account and admin separately. Admins should not access account's part ...
0
votes
2answers
111 views
Controlling Merb authentication errors
Hey there, im a little bit confused about handling invalid user authentication request, at login controller. So, i already have modified login view, but cant figure out where to put the exception ...
0
votes
1answer
92 views
Merb authentication question, _message variable
Im using merb, and getting weird variable in url after authentication. I figured out that variable contains base64 encoded data, but cannot understand why its appearing there, even if everything works ...
0
votes
2answers
181 views
Testing basic HTTP authenticated request in Merb
The Merb Open Source Book has a chapter on authentication. However, the testing an authenticated request section example only shows what you can do for forms based authentication. I have a web service ...
0
votes
1answer
384 views
Adding a flash after authentication with merb-auth
What's the best way to add a flash message, for successful or unsuccessful login when using the merb-auth slice (Other than overriding sessions create)?