solid-auth-client
solid-auth-client copied to clipboard
A browser library for performing authenticated requests to Solid pods
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...
Bumps [node-notifier](https://github.com/mikaelbr/node-notifier) from 8.0.0 to 8.0.1. Changelog Sourced from node-notifier's changelog. v8.0.1 fixes possible injection issue for notify-send Commits 5d62799 v8.0.1 0c4a80d chore: adds changelog f5a7bc6 fix: test cases b9d148d...
Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. :vertical_traffic_light: To activate Renovate, merge this Pull Request. To disable...
I've changed the storage behavior to allow the storing of multiple login sessions. Fixes #117 With these changes it's possible to login with multiple accounts (from different service providers for...
This issue is visible for all users on https://generator.inrupt.com. Once logged in, a console warning is generated, which reads: ``` A cookie associated with a cross-site resource at https://inrupt.net/ was...
I tried to use `solid-auth-client.bundle.js` to add solid to an existing website that uses Content Security Policy and ran into the error: `EvalError: Refused to evaluate a string as JavaScript...
When using `auth.popupLogin({ popupUri });`, the user does not get the option to set the access rights for the current domain url. ### Actual When logging in the popup asks...
I've noticed that the bundle size [increased significantly in v2.5.0](https://bundlephobia.com/[email protected]). I didn't find any impactful change looking at the commits, so I'm not sure whether to update it or continue...
In readme.md, using fetch is desribed: ```javascript const auth = require('solid-auth-client') const { fetch } = solid.auth; ``` but this doesn't work. To make rdflib work with tokens, it would...