We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed787d8 commit b54df64Copy full SHA for b54df64
1 file changed
spec/helpers/jwt_conditions_spec.rb
@@ -48,7 +48,7 @@
48
end
49
50
51
- context 'when exp is not a integer' do
+ context 'when iat is not a integer' do
52
let(:jwt_iat) { Time.now }
53
54
it 'raises an exception' do
@@ -59,7 +59,7 @@
59
60
61
62
- context 'when jwt iss is different to user_identity' do
+ context 'when jwt sub is different to user_identity' do
63
let(:jwt_sub) { '1234.5678.911' }
64
65
@@ -69,7 +69,7 @@
69
70
71
72
- context 'when jwt_aud is different to apple_client_id' do
+ context 'when jwt aud is different to apple_client_id' do
73
let(:jwt_aud) { 'net.apple_auth' }
74
75
0 commit comments