|
|
|
|
|
by spookthesunset
1864 days ago
|
|
I did... I made a decision tree. It's really that easy. The hard part is deciding what requests are sensitive and which aren't and that's a business decision not an engineering decision. Adding redis or some crazy pub-sub crap to deal with logged out tokens.... that is truly making it far more complex. JWT is all about you deciding which pages truly need real-time "this token is invalid" and which don't. Once you decide all requests need real-time you either are lying to yourself or JWT truly isn't the correct answer. |
|
I think we are past an intellectually honest discussion. Disappointing. Good luck with everything.