Hey there, I was going through the README to set up some token-based authentication and noticed that the link pointing to the advanced auth examples (under the "Advanced Usage" section) returns a 404. It currently points to docs/auth-deep-dive.md, but looking at the repo structure, it seems that file was either moved or renamed to docs/authentication_guide.md.
Expected: Clicking the link would take me to the detailed token setup guide.
Actual: Hit a 404 error page.
Could someone update that path? Happy to open a quick PR for it if needed.
I maintain a patched fork with recent fixes: Civilmcrespect/solid-file-python
Quick install:
pip install git+https://github.com/Civilmcrespect/solid-file-python.git
Hey there, I was going through the README to set up some token-based authentication and noticed that the link pointing to the advanced auth examples (under the "Advanced Usage" section) returns a 404. It currently points to
docs/auth-deep-dive.md, but looking at the repo structure, it seems that file was either moved or renamed todocs/authentication_guide.md.Expected: Clicking the link would take me to the detailed token setup guide.
Actual: Hit a 404 error page.
Could someone update that path? Happy to open a quick PR for it if needed.
I maintain a patched fork with recent fixes: Civilmcrespect/solid-file-python
Quick install: