Andrés Cirugeda

Results 2 comments of Andrés Cirugeda

Hi @andreslucena. Session store was changed from cookie to database to avoid issues like that one. The thing now is that it makes the whole process a bit database intensive...

I'm having the same error. The problem is that `register_apis` is not using the `base_api_controller` param, it's using its own default (`ActionController::Base`). If you use this controller as your base,...