Groups
Groups
Sign in
Groups
Groups
ruby-jwt
Conversations
Labels
About
Send feedback
Help
Group path
ruby-jwt
Contact owners and managers
1–24 of 25
Mark all as read
Report group
0 selected
excpt
,
ad...@ajmichael.net
3
7/22/15
Version 2.0.0
That's the purpose of the 2.x branch. To have a better code base we should split the code into
unread,
development
Version 2.0.0
That's the purpose of the 2.x branch. To have a better code base we should split the code into
7/22/15
Finitegic Ltd
Jun 6
If you need funding (finance) for Projects, reach me!
Hello All, greetings, If you have viable Projects (Small & Medium Scale), and in need of
unread,
If you need funding (finance) for Projects, reach me!
Hello All, greetings, If you have viable Projects (Small & Medium Scale), and in need of
Jun 6
Therese B. McCoy
May 9
Hello Everyone!!
We're scheduling a dryer vent cleaning, and if anyone else is interested, we can get a group
unread,
Hello Everyone!!
We're scheduling a dryer vent cleaning, and if anyone else is interested, we can get a group
May 9
Therese B. McCoy
Mar 2
Let's get together !!
We plan on having our annual HVAC vents cleaning. I wanted to see if anyone else is interested. He
unread,
Let's get together !!
We plan on having our annual HVAC vents cleaning. I wanted to see if anyone else is interested. He
Mar 2
Therese B. McCoy
8/28/25
Beware of Duct Cleaning Scams
Beware of misleading posts offering cheap duct cleaning services—many are scams aiming to take your
unread,
Beware of Duct Cleaning Scams
Beware of misleading posts offering cheap duct cleaning services—many are scams aiming to take your
8/28/25
Therese B. McCoy
2
8/20/25
$149 Air duct cleaning & HVAC restoration services
Anyone interested? On Monday, 18 August 2025 at 16:57:54 UTC-7 Therese B. McCoy wrote: Hey Neighbors!
unread,
$149 Air duct cleaning & HVAC restoration services
Anyone interested? On Monday, 18 August 2025 at 16:57:54 UTC-7 Therese B. McCoy wrote: Hey Neighbors!
8/20/25
Gaurao Tarpe
2
1/25/23
JWT compatibilty (1.5.6 vs 2.6.0)
I am using jwt version1.5.6 for encoding with RS256 and keysize 2048. But while decoding I am using
unread,
JWT compatibilty (1.5.6 vs 2.6.0)
I am using jwt version1.5.6 for encoding with RS256 and keysize 2048. But while decoding I am using
1/25/23
Kevin Sun
,
d...@52degreesnorth.com
3
3/7/22
Why does decode with HMAC need a secret?
The decode method does not *just* decode the token. It also verifies the token's authenticity and
unread,
Why does decode with HMAC need a secret?
The decode method does not *just* decode the token. It also verifies the token's authenticity and
3/7/22
Wesley Gamble
,
Wes Gamble
2
1/27/22
jwt gem support for openssl 3.0
Never mind. There is an issue with this gem not recognizing the latest version of the openssl gem.
unread,
jwt gem support for openssl 3.0
Never mind. There is an issue with this gem not recognizing the latest version of the openssl gem.
1/27/22
Adam Freemer
,
Joakim Antman
2
9/29/21
Roles
Hi, Think that it's a valid use-case for using jwt tokens. It fits well as a claim in in the
unread,
Roles
Hi, Think that it's a valid use-case for using jwt tokens. It fits well as a claim in in the
9/29/21
Alexander Serebrenik
9/17/21
[academic study] how do OSS developers respond to such phenomena as partially or wrongly implemented functionality?
Hello, We're a team of Software Engineering researchers investigating technical debt. Technical
unread,
[academic study] how do OSS developers respond to such phenomena as partially or wrongly implemented functionality?
Hello, We're a team of Software Engineering researchers investigating technical debt. Technical
9/17/21
Gabriele Tassoni
5/19/21
Force Expire tokens
HI, is there a way to force expire existing tokens for a user? My use case is to enforce that the
unread,
Force Expire tokens
HI, is there a way to force expire existing tokens for a user? My use case is to enforce that the
5/19/21
anaparth...@gmail.com
7/7/20
rails jwt
How to integrate rails jwt with react.js as frontend for authentication
unread,
rails jwt
How to integrate rails jwt with react.js as frontend for authentication
7/7/20
~mare
5/8/20
secp256r1 curve support
Hi, I've been recently implementing Sign-in with Apple. Got a private key from Apple which turned
unread,
secp256r1 curve support
Hi, I've been recently implementing Sign-in with Apple. Got a private key from Apple which turned
5/8/20
gianmarc...@gmail.com
3/26/20
Study on annotation of design and implementation choices, and of technical debt
Dear all, As software engineering research teams at the University of Sannio (Italy) and Eindhoven
unread,
Study on annotation of design and implementation choices, and of technical debt
Dear all, As software engineering research teams at the University of Sannio (Italy) and Eindhoven
3/26/20
thepond...@gmail.com
1/21/20
leeway vs exp_leeway option
According to the README, if I want to add leeway to the check against the expiration time of a token,
unread,
question
leeway vs exp_leeway option
According to the README, if I want to add leeway to the check against the expiration time of a token,
1/21/20
karanv...@gmail.com
,
Dan Leyden
2
12/26/19
Signed Tokens are breakable
HS512 is a hashing algorithm used for signing tokens. It is not an encryption algorithm. It is
unread,
Signed Tokens are breakable
HS512 is a hashing algorithm used for signing tokens. It is not an encryption algorithm. It is
12/26/19
ceog...@gmail.com
8/17/19
Help using jwt
Hi there. I'm new to Rails and wanted to use jwt for my API. I've seen a few blogs but they
unread,
Help using jwt
Hi there. I'm new to Rails and wanted to use jwt for my API. I've seen a few blogs but they
8/17/19
adil.za...@gmail.com
,
Tim Rudat
2
1/18/19
Integrate Skype Interview Api Using JWT Gem
Hi, Yes you can use the jwt gem for this API. All claims are supported that are listed on the page.
unread,
Integrate Skype Interview Api Using JWT Gem
Hi, Yes you can use the jwt gem for this API. All claims are supported that are listed on the page.
1/18/19
whitehorsesoft
2
8/21/18
undefined method 'verify'
After looking into more, I found that it was because I wasn't passing in a proper public key.
unread,
error
question
undefined method 'verify'
After looking into more, I found that it was because I wasn't passing in a proper public key.
8/21/18
rob.da...@gmail.com
,
excpt
3
1/14/18
Basic require jwt issue
Great, thanks that did the trick. Used the command earlier, but it didn't complete properly. On
unread,
Basic require jwt issue
Great, thanks that did the trick. Used the command earlier, but it didn't complete properly. On
1/14/18
jason
,
excpt
2
9/28/17
Sending token to another box
Hey Jason, Encoding and decoding on different machines should not cause any issues. That's what
unread,
Sending token to another box
Hey Jason, Encoding and decoding on different machines should not cause any issues. That's what
9/28/17
excpt
10/27/15
Version 1.5.2 Released
Changelog: https://github.com/jwt/ruby-jwt/releases/tag/jwt-1.5.2
unread,
Version 1.5.2 Released
Changelog: https://github.com/jwt/ruby-jwt/releases/tag/jwt-1.5.2
10/27/15
Aaron Gray
, …
aa...@ponderyourpath.com
3
10/27/15
Is there a way that someone could put malicious code inside a JWT and then it get executed?
Very helpful, thanks for the insight! On Tuesday, October 27, 2015 at 7:40:58 AM UTC-7, excpt wrote:
unread,
Is there a way that someone could put malicious code inside a JWT and then it get executed?
Very helpful, thanks for the insight! On Tuesday, October 27, 2015 at 7:40:58 AM UTC-7, excpt wrote:
10/27/15
Carlton Smith III
,
excpt
4
10/27/15
parsing tokens
Hi Carlton, thanks for the update. On Tuesday, October 27, 2015 at 4:00:09 PM UTC+1, Carlton Smith
unread,
parsing tokens
Hi Carlton, thanks for the update. On Tuesday, October 27, 2015 at 4:00:09 PM UTC+1, Carlton Smith
10/27/15