rails-authorization Questions
2
I have a NextJS page where I try to implement Next-Auth.
I use credentials to login to my Rails API.
My API is returning (already) a JWT-Token. (so NextAuth must not create it)
How to implement t...
Evilminded asked 7/9, 2021 at 10:23
4
Solved
When it comes to Authorization/Authentication devise + cancan are usually my gems of choice.
After the release of Rails4's strong parameters I've been looking into using the cancan_strong_parameter...
Amorphism asked 13/7, 2013 at 13:42
2
Solved
I have looked at declarative_authorization, CanCan, and CanTango. They all are good in adding authorization to the application but I was wondering how does one add authorization to specific instanc...
Delano asked 18/1, 2012 at 6:45
1
© 2022 - 2024 — McMap. All rights reserved.