Skip to content

Commit

Permalink
Merge pull request #78 from okta/ag-siw-OKTA-242101
Browse files Browse the repository at this point in the history
chore: update SIW, oidc-middleware, jwt-verifier to latest version
  • Loading branch information
aarongranick-okta authored Dec 20, 2019
2 parents 353699f + b30dee8 commit be8974a
Show file tree
Hide file tree
Showing 4 changed files with 804 additions and 825 deletions.
6 changes: 2 additions & 4 deletions common/views/custom-login.mustache
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
<html>
<head>
{{>head}}
<script src="https://ok1static.oktacdn.com/assets/js/sdk/okta-signin-widget/2.5.0/js/okta-sign-in.min.js" type="text/javascript"></script>
<link href="https://ok1static.oktacdn.com/assets/js/sdk/okta-signin-widget/2.5.0/css/okta-sign-in.min.css" type="text/css" rel="stylesheet"/>
<!-- Optional, customizable css theme options. Link your own customized copy of this file or override styles in-line -->
<link href="https://ok1static.oktacdn.com/assets/js/sdk/okta-signin-widget/2.5.0/css/okta-theme.css" type="text/css" rel="stylesheet"/>
<script src="https://global.oktacdn.com/okta-signin-widget/3.5.0/js/okta-sign-in.min.js" type="text/javascript"></script>
<link href="https://global.oktacdn.com/okta-signin-widget/3.5.0/css/okta-sign-in.min.css" type="text/css" rel="stylesheet"/>
<script src="https://code.jquery.com/jquery-3.2.1.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>
</head>
<body>
Expand Down
Loading

0 comments on commit be8974a

Please sign in to comment.