You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, there is. The metro-oidc middleware implements all the stuff needed to build a oidc client, which is all you need to fetch resources from a solid storage provider. I'm currently working on extending this to a complete solid-client, which also parses linked data formats and understands the structure of a solid pod.
Yes, I;ve built a small library called oldm, which uses n3.js to parse linked data, and then turns the triples into javascript objects. See https://github.com/poef/oldm. I'm combining it with a few other homegrown libs, like jaqt and jsfs into a complete solid client, but thats not yet functional.
@Potherca stated here that inrupt's lib could be replaced with metroJS.
That made me curious, is there a form of middleware that made metroJS works well with solid ?
The text was updated successfully, but these errors were encountered: