jeremyevans / rodauth

Ruby's Most Advanced Authentication Framework
http://rodauth.jeremyevans.net
MIT License
1.65k stars 95 forks source link

Mention active_sessions in JWT feature docs #347

Closed janko closed 1 year ago

janko commented 1 year ago

It's already mentioned in JWT Refresh docs, but it also works just with JWT, so I thought it's good to mention it there as well. We clarify that this implements the whitelist approach to revoking JWT tokens.

jeremyevans commented 1 year ago

Thanks for the patch!