Skip to content

readme.md important typo #169

Open
Open
@gibsonf1

Description

@gibsonf1

In readme.md, using fetch is desribed:

const auth = require('solid-auth-client')
const { fetch } = solid.auth;

but this doesn't work. To make rdflib work with tokens, it would need to be:

const auth = require('solid-auth-client')
const { fetch } = auth.fetch;

I didn't realize my app hadn't been authenticating correctly until building our own solid server TrinPod, so this correction I think would be good to make for other solid app developers.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions