{% extends "base.html" %} {% comment %} {% block header %}
Congrats! You are logged in as user {{ user.username }}
{% else %}Hmmm... WebID auth failed :(
{% endif %}You just {% if not user.is_anonymous %}logged{% else %}tried to log{% endif %} in with this WebID URI:
{% if webidinfo %} {% else %} [No info here, we're using cookies. Remove your sessionid cookie] {% endif %}If you're wondering what else can you do with your brand-new WebID... not much on this site. It was only a litte demo of a little bit of magic. You have to wait for the WebID community to deliver some more awesomeness to you... stay tuned!
Or, maybe it's your turn to deliver some awesomeness to the world! We'd love to hear about you using django-webid-auth in your project!. Fork the code on github.
{% else %}This endpoint thinks that your WebID credentials do not match the current spec (*). It might be an error on your side, or also might be an error on this endpoint specification, which is still not very well tested. You can file issues here, our tls-fairies will look at it asap.
(*) Note: The parts of the spec that we understand. We only parse WebID profiles in rdfa and rdf+xml formats for now. More coming soon!
The following report of the validation process might be helpful to debug.
{% endif %}
No login details here. Seems that we're using cookies and you had been previously authenticated. Try removing your "sessionid" cookie and try again if you really want that info.
{% else %}If you are rolling your own WebID, below you can find some hints about the validation process. We're using this python-based validator. Bugs? Issues? Need help? Tell us!
Are you a semantic machine? We also have the report in a format you will enjoy!.
{{ result.details }}
{% endif %}{% if not test.mandatory and not result.passed %}WARNING {% endif %}{{ test.description }}