-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
authentication #594
Open
glyph
wants to merge
74
commits into
trunk
Choose a base branch
from
lots-more-docs
base: trunk
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
authentication #594
Commits on May 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 74d5c21 - Browse repository at this point
Copy the full SHA 74d5c21View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13d01e3 - Browse repository at this point
Copy the full SHA 13d01e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a32d3f - Browse repository at this point
Copy the full SHA 0a32d3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d46098 - Browse repository at this point
Copy the full SHA 8d46098View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea3e86b - Browse repository at this point
Copy the full SHA ea3e86bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0311f4f - Browse repository at this point
Copy the full SHA 0311f4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for de2f3b9 - Browse repository at this point
Copy the full SHA de2f3b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4cabfe - Browse repository at this point
Copy the full SHA b4cabfeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 15d2cd5 - Browse repository at this point
Copy the full SHA 15d2cd5View commit details -
- move memory session store to its own dedicated package - implement MemoryAccountStore (i.e. ISimpleAccount/ISimpleAccountBinding authorizers)
Configuration menu - View commit details
-
Copy full SHA for 3f64679 - Browse repository at this point
Copy the full SHA 3f64679View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91d5e6f - Browse repository at this point
Copy the full SHA 91d5e6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for bf7b980 - Browse repository at this point
Copy the full SHA bf7b980View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d42995 - Browse repository at this point
Copy the full SHA 2d42995View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ccc9c3 - Browse repository at this point
Copy the full SHA 9ccc9c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 956bfe7 - Browse repository at this point
Copy the full SHA 956bfe7View commit details -
Configuration menu - View commit details
-
Copy full SHA for a08b6cc - Browse repository at this point
Copy the full SHA a08b6ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bd66e9 - Browse repository at this point
Copy the full SHA 9bd66e9View commit details -
if we need typing_extensions at all, we need it for everything
at least on pypy3.9, typing.Protocol appears to runtime-check its args to make sure they are all TypeVars (i.e. not ParamSpecs)
Configuration menu - View commit details
-
Copy full SHA for 9c48cf2 - Browse repository at this point
Copy the full SHA 9c48cf2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93b5798 - Browse repository at this point
Copy the full SHA 93b5798View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ceb56e - Browse repository at this point
Copy the full SHA 0ceb56eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 39727c9 - Browse repository at this point
Copy the full SHA 39727c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 691b7b0 - Browse repository at this point
Copy the full SHA 691b7b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 007768f - Browse repository at this point
Copy the full SHA 007768fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 66c9bec - Browse repository at this point
Copy the full SHA 66c9becView commit details
Commits on Jun 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a0a6807 - Browse repository at this point
Copy the full SHA a0a6807View commit details -
Configuration menu - View commit details
-
Copy full SHA for db8c339 - Browse repository at this point
Copy the full SHA db8c339View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6112c35 - Browse repository at this point
Copy the full SHA 6112c35View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c8bae3 - Browse repository at this point
Copy the full SHA 1c8bae3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c697f03 - Browse repository at this point
Copy the full SHA c697f03View commit details -
Configuration menu - View commit details
-
Copy full SHA for ccfa0df - Browse repository at this point
Copy the full SHA ccfa0dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for d913d87 - Browse repository at this point
Copy the full SHA d913d87View commit details -
Configuration menu - View commit details
-
Copy full SHA for 346599f - Browse repository at this point
Copy the full SHA 346599fView commit details -
Configuration menu - View commit details
-
Copy full SHA for add2b52 - Browse repository at this point
Copy the full SHA add2b52View commit details -
Configuration menu - View commit details
-
Copy full SHA for 73a2bb3 - Browse repository at this point
Copy the full SHA 73a2bb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 079eeba - Browse repository at this point
Copy the full SHA 079eebaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cd6423 - Browse repository at this point
Copy the full SHA 0cd6423View commit details
Commits on Jun 3, 2023
-
allow plated routes to return arbitrary HTTP responses
- this makes the existing non-functional form validation failure example work because one plating decorator can now replace another - you can create conditional redirects from plated routes now (although this does mean you give up on rendering the body, so perhaps we need something more targeted for "just set some headers / status and otherwise render normally")
Configuration menu - View commit details
-
Copy full SHA for fc409ed - Browse repository at this point
Copy the full SHA fc409edView commit details -
don't start exploding with tracebacks just because I restarted a memo…
…ry-backed server
Configuration menu - View commit details
-
Copy full SHA for bdcef9b - Browse repository at this point
Copy the full SHA bdcef9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e361a39 - Browse repository at this point
Copy the full SHA e361a39View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6337810 - Browse repository at this point
Copy the full SHA 6337810View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2895d09 - Browse repository at this point
Copy the full SHA 2895d09View commit details -
Configuration menu - View commit details
-
Copy full SHA for 883917c - Browse repository at this point
Copy the full SHA 883917cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a9d3b81 - Browse repository at this point
Copy the full SHA a9d3b81View commit details -
Configuration menu - View commit details
-
Copy full SHA for 598f2b7 - Browse repository at this point
Copy the full SHA 598f2b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b15e17 - Browse repository at this point
Copy the full SHA 5b15e17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1cdc8c6 - Browse repository at this point
Copy the full SHA 1cdc8c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 537fd8b - Browse repository at this point
Copy the full SHA 537fd8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b9c9f5d - Browse repository at this point
Copy the full SHA b9c9f5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for cd95186 - Browse repository at this point
Copy the full SHA cd95186View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65cf572 - Browse repository at this point
Copy the full SHA 65cf572View commit details
Commits on Jun 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c1b7692 - Browse repository at this point
Copy the full SHA c1b7692View commit details -
Configuration menu - View commit details
-
Copy full SHA for b61927d - Browse repository at this point
Copy the full SHA b61927dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a3d4eb6 - Browse repository at this point
Copy the full SHA a3d4eb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48c0e12 - Browse repository at this point
Copy the full SHA 48c0e12View commit details
Commits on Jun 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b86a712 - Browse repository at this point
Copy the full SHA b86a712View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45838c2 - Browse repository at this point
Copy the full SHA 45838c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b47b15 - Browse repository at this point
Copy the full SHA 9b47b15View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65bc387 - Browse repository at this point
Copy the full SHA 65bc387View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e030b8 - Browse repository at this point
Copy the full SHA 1e030b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75bd50f - Browse repository at this point
Copy the full SHA 75bd50fView commit details
Commits on Jun 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 910e39d - Browse repository at this point
Copy the full SHA 910e39dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 324872d - Browse repository at this point
Copy the full SHA 324872dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d953f16 - Browse repository at this point
Copy the full SHA d953f16View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63b98ed - Browse repository at this point
Copy the full SHA 63b98edView commit details -
Configuration menu - View commit details
-
Copy full SHA for b5a74ad - Browse repository at this point
Copy the full SHA b5a74adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 15eab46 - Browse repository at this point
Copy the full SHA 15eab46View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a882f2 - Browse repository at this point
Copy the full SHA 4a882f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4dd5a99 - Browse repository at this point
Copy the full SHA 4dd5a99View commit details
Commits on Jul 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f67034e - Browse repository at this point
Copy the full SHA f67034eView commit details
Commits on Aug 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c52d84c - Browse repository at this point
Copy the full SHA c52d84cView commit details
Commits on Aug 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for aaa80e8 - Browse repository at this point
Copy the full SHA aaa80e8View commit details
Commits on Sep 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cc87fda - Browse repository at this point
Copy the full SHA cc87fdaView commit details
Commits on Dec 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2939c22 - Browse repository at this point
Copy the full SHA 2939c22View commit details
Commits on Jan 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c243f63 - Browse repository at this point
Copy the full SHA c243f63View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.