Brian Demers

Results 161 comments of Brian Demers

One way you could do this is to catch an `ExpiredJwtException`, then parse the token again with a custom Clock, that returns some date in the future (days, years, etc):...

@hertg you are spot on, my suggestion would not work because of the nbf claim. Sorry about that!

I added a couple minor comments, from a quick glance, but I'll pull the code in a bit and take a closer look. Thanks again for taking this on!

I've been thinking about adding constructors for injecting as well.

@fpapon 👍 I'll take another look at it for the next minor release

Created issue: https://issues.apache.org/jira/browse/SHIRO-849 (fix version left unset for now, but we can fill it in once we move forward)

@fpapon yeah! Does the `EventBusAware` and the other `*Aware` casting usage of Shiro work well with OSGi?

@bmarwell that sounds like a great idea! Also, @manticore-projects, my previous review message seems a bit harsh when looking back at it. Sorry about that! I should have started with...

We lost track of this one, sorry about that. I'm not sure if you are still watching this issue or not, but it looks like you could just cal ```java...