Skip to content

Commit

Permalink
Merge pull request #6 from rwth-acis/release/0.3.1
Browse files Browse the repository at this point in the history
Release/0.3.1
  • Loading branch information
pedela authored Mar 29, 2021
2 parents f110d68 + 6ba9d33 commit 0fd24be
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 53 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
</noscript>
<div class="vertical-section-container centered">
<h3>Basic las2peer-frontend-statusbar demo</h3>
<las2peer-frontend-statusbar service="Demo" displaywidth="500px" baseurl="https://las2peer.dbis.rwth-aachen.de:9098"
<las2peer-frontend-statusbar service="Demo" displaywidth="500px" baseurl="http://locahost:8081"
oidcpopupsigninurl="http://localhost:8081/callbacks/popup-signin-callback.html"
oidcpopupsignouturl="http://localhost:8081/callbacks/popup-signout-callback.html"
oidcsilentsigninturl="http://localhost:8081/callbacks/silent-callback.html"
oidcsilentsigninurl="http://localhost:8081/callbacks/silent-callback.html"
oidcclientid="2440e436-1132-4e77-abf6-edde90f24a6b"
autoAppendWidget=true
suppressWidgetError=true
Expand All @@ -35,10 +35,10 @@ <h3>Basic las2peer-frontend-statusbar demo</h3>
<div class="vertical-section-container centered">
<h3>las2peer-frontend-statusbar demo with slots</h3>
<las2peer-frontend-statusbar service="Demo" displaywidth="700px"
baseurl="https://las2peer.dbis.rwth-aachen.de:9098"
baseurl="http://locahost:8081"
oidcpopupsigninurl="http://localhost:8081/callbacks/popup-signin-callback.html"
oidcpopupsignouturl="http://localhost:8081/callbacks/popup-signout-callback.html"
oidcsilentsigninturl="http://localhost:8081/callbacks/silent-callback.html"
oidcsilentsigninurl="http://localhost:8081/callbacks/silent-callback.html"
oidcclientid="2440e436-1132-4e77-abf6-edde90f24a6b"
autoAppendWidget=true
>
Expand Down
95 changes: 48 additions & 47 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "las2peer-frontend-statusbar",
"version": "0.2.1",
"version": "0.3.1",
"description": "A polymer widget which uses the las2peer Contact and UserInformation Service as well as the openId connect service",
"main": "las2peer-frontend-statusbar.js",
"dependencies": {
"@polymer/lit-element": "^0.6.3",
"openidconnect-signin": "github:rwth-acis/openidconnect-signin",
"las2peer-frontend-user-widget": "github:rwth-acis/las2peer-frontend-user-widget#suppressErrorToast"
"las2peer-frontend-user-widget": "github:rwth-acis/las2peer-frontend-user-widget#0.3.0"
}
}

0 comments on commit 0fd24be

Please sign in to comment.