Skip to content

Commit

Permalink
fix: Use fork of auth library to support multiple apps on same domain…
Browse files Browse the repository at this point in the history
… (gh.io)
  • Loading branch information
smessie committed Nov 29, 2023
1 parent d1083bf commit de37086
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 29 deletions.
54 changes: 27 additions & 27 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@comunica/query-sparql": "^2.10.0",
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
"@inrupt/solid-client-authn-browser": "^1.17.5",
"@smessie/solid-client-authn-browser": "^1.17.5",
"eyereasoner": "^4.21.3",
"mdb-vue-ui-kit": "^3.2.0",
"uuid": "^9.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/components/FormRenderer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@

<script>
import {MDBBtn, MDBCard, MDBCardBody, MDBCardText, MDBCardTitle, MDBContainer, MDBInput} from "mdb-vue-ui-kit";
import {fetch, getDefaultSession, handleIncomingRedirect, login, logout} from "@inrupt/solid-client-authn-browser";
import {fetch, getDefaultSession, handleIncomingRedirect, login, logout} from "@smessie/solid-client-authn-browser";
import {QueryEngine} from "@comunica/query-sparql";
import {v4 as uuid} from "uuid";
import SingleLineTextField from "@/components/fields/SingleLineTextField.vue";
Expand Down

0 comments on commit de37086

Please sign in to comment.