Login using Outlook showing cookie overflow error
问题 I am implementing outlook signup/signin in my Rails app for authentication from scratch without using Devise or another library or gem. I have followed the official microsoft blog For integrating outlook signin in Rails app But I am failing to implement the final step and it shows-> I have understood the problem , that the storing size of token exceeds the available cookie size I have successfully done all of the steps just When I try to store the token, it gives error class AuthController <