summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki2/authentication.rst
AgeCommit message (Collapse)Author
2024-02-04update authentication chapterMichael Merickel
2021-01-10grammar fixSteve Piercy
2021-01-08Add login link and view for viewing the app. Move credentials into login ↵Steve Piercy
page bullet point, and remove it from all other bullet points.
2020-11-07Remove `request.user` from wiki2 authentication tutorial.Theron Luhn
2020-10-13Rename `ISecurityPolicy.authenticated_identity` to `identity`Theron Luhn
2020-01-13Use correct verbSteve Piercy
2020-01-13Use reST numbered list syntax, not markdownSteve Piercy
2020-01-13Align line numbers to codeSteve Piercy
- @mmerickel can you check the wording to ensure it is still correct for the code?
2020-01-12update wiki authorization chapterMichael Merickel
2020-01-10grammar fixMichael Merickel
2020-01-09demonstrate an identity_cacheMichael Merickel
2020-01-07fix punctuation in docs/tutorials/wiki2/authentication.rstMichael Merickel
Co-Authored-By: Steve Piercy <web@stevepiercy.com>
2020-01-06update authentication docs with security policyMichael Merickel
2018-06-30synch up linenos with source codeSteve Piercy
2017-06-10update src files and synch emphasize-lines for alchemy wiki tutorialSteve Piercy
2016-12-23wiki2/*.rst first cut from comparing across branchesSteve Piercy
2016-02-28Merge remote-tracking branch 'upstream/feature/alchemy-scaffold-update' into ↵Steve Piercy
feature/alchemy-scaffold-update
2016-02-28redirect to edit page when user attempts to add page that already existsSteve Piercy
- update src/*/views/default.py - update src/*/routes.py - write new test - revise docs, double-checking line counts and highlighting
2016-02-28fix some nitsMichael Merickel
2016-02-28wiki2 authorization (done)Steve Piercy
- minor grammar and syntax - align order of bullet points for NewPage and PageResource with code - synch up "viewing app in browser" sections between authentication and authzn
2016-02-26update authentication (done)Steve Piercy
- remove highlighting from some code blocks because it didn't make sense and added visual noise and dissonance - minor grammar and syntax
2016-02-18update the authorization chapterMichael Merickel
2016-02-16remove whitespaceMichael Merickel
2016-02-16add a new authentication chapterMichael Merickel