/logout
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-09.)
/logout has 14 facts recorded in Dontopedia across 2 references, with 1 live disagreement.
Mostly:calls function(3), is decorated by(1), rdf:type(1)
Maturity scale
raw canonical shape-checked rule-derived certifiedInbound mentions (3)
Other subjects in dontopedia point AT this entity as a value. These are inverse relationships — e.g. "X motherOf this subject" — and answer questions the forward facts can't. Grouped by predicate.
calledByCalled by(2)
- Logout User
ex:logout-user - Redirect
ex:redirect
hasRouteHas Route(1)
- Flask App
ex:flask-app
Other facts (13)
The long tail: predicates that appear too rarely to warrant their own section. Filter or scroll to find a specific one. Each row links to its source.
| Predicate | Value | Ref |
|---|---|---|
| Calls Function | Logout User | [1] |
| Calls Function | Redirect | [1] |
| Calls Function | Url for | [1] |
| Is Decorated by | Login Required Decorated | [1] |
| Rdf:type | Route | [2] |
| Http Method | GET | [2] |
| Requires Login | true | [2] |
| Calls | Logout User | [2] |
| Redirects to | Login Route | [2] |
| Handles | Session Termination | [2] |
| Decorated by | Login Required Decorator | [2] |
| Success Redirect | Login Route | [2] |
| Requires Role | any | [2] |
Timeline
Timeline axis is valid_time — when each source says the fact was true in the world, not when Dontopedia learned about it. Retracted rows are kept for provenance; coloured stripes indicate the context kind.
References (2)
ctx:claims/beam/8277c7e4-c484-45b5-8a9b-3e5534657384- full textbeam-chunktext/plain1 KB
doc:beam/8277c7e4-c484-45b5-8a9b-3e5534657384Show excerpt
return 'Invalid credentials', 401 @app.route('/logout') @login_required def logout(): logout_user() return redirect(url_for('login')) @app.route('/') @login_required def home(): return f'Welcome, {current_user.username}!' …
ctx:claims/beam/4b561b4e-9b9d-440c-aa7c-b5238a3ea2f0
See also
Keep researching
Missing something or suspicious of what's here? Kick off a research session — a Claude agent will investigate, cite its sources, and file new facts into a dedicated context you can review before accepting into the shared view.