You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 12, 2018. It is now read-only.
Copy file name to clipboardExpand all lines: extensions/servlet/src/main/java/com/stormpath/sdk/servlet/filter/account/CookieAuthenticationResultSaver.java
+34-17Lines changed: 34 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,8 @@
39
39
importio.jsonwebtoken.JwsHeader;
40
40
importio.jsonwebtoken.Jwts;
41
41
importio.jsonwebtoken.SignatureAlgorithm;
42
+
importio.jsonwebtoken.SigningKeyResolver;
43
+
importio.jsonwebtoken.SigningKeyResolverAdapter;
42
44
importorg.joda.time.DateTime;
43
45
importorg.joda.time.Seconds;
44
46
importorg.slf4j.Logger;
@@ -47,6 +49,7 @@
47
49
importjavax.servlet.http.HttpServletRequest;
48
50
importjavax.servlet.http.HttpServletResponse;
49
51
importjava.io.UnsupportedEncodingException;
52
+
importjava.security.Key;
50
53
importjava.util.Date;
51
54
52
55
/**
@@ -65,15 +68,19 @@ public class CookieAuthenticationResultSaver implements Saver<AuthenticationResu
Copy file name to clipboardExpand all lines: extensions/servlet/src/main/java/com/stormpath/sdk/servlet/filter/account/config/CookieAuthenticationResultSaverFactory.java
Copy file name to clipboardExpand all lines: extensions/servlet/src/test/groovy/com/stormpath/sdk/servlet/filter/account/CookieAuthenticationResultSaverHttpsWarningTest.groovy
Copy file name to clipboardExpand all lines: extensions/servlet/src/test/groovy/com/stormpath/sdk/servlet/filter/account/CookieAuthenticationResultSaverTest.groovy
+8-6Lines changed: 8 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,7 @@ class CookieAuthenticationResultSaverTest extends PowerMockTestCase {
Copy file name to clipboardExpand all lines: extensions/spring/stormpath-spring-webmvc/src/main/java/com/stormpath/spring/config/AbstractStormpathWebMvcConfiguration.java
0 commit comments