-
-
Notifications
You must be signed in to change notification settings - Fork 310
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
[16.0] [ADD] auth_partner, fastapi_auth_partner #456
Open
paradoxxxzero
wants to merge
7
commits into
OCA:16.0
Choose a base branch
from
akretion:16.0-add-auth_partner-and-fastapi_auth_partner
base: 16.0
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
[16.0] [ADD] auth_partner, fastapi_auth_partner #456
paradoxxxzero
wants to merge
7
commits into
OCA:16.0
from
akretion:16.0-add-auth_partner-and-fastapi_auth_partner
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
paradoxxxzero
force-pushed
the
16.0-add-auth_partner-and-fastapi_auth_partner
branch
3 times, most recently
from
October 2, 2024 10:17
517d033
to
e0a8c37
Compare
paradoxxxzero
force-pushed
the
16.0-add-auth_partner-and-fastapi_auth_partner
branch
3 times, most recently
from
October 8, 2024 12:24
29ea34d
to
cdd4f0d
Compare
sebastienbeau
force-pushed
the
16.0-add-auth_partner-and-fastapi_auth_partner
branch
from
October 22, 2024 10:37
3ba0b8c
to
b71a156
Compare
paradoxxxzero
force-pushed
the
16.0-add-auth_partner-and-fastapi_auth_partner
branch
from
November 7, 2024 16:49
52b4816
to
cdc1980
Compare
paradoxxxzero
force-pushed
the
16.0-add-auth_partner-and-fastapi_auth_partner
branch
from
November 7, 2024 17:01
cdc1980
to
34236ab
Compare
…inheritance (checking anon partner for instance)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR superseeds #404 and implements the separation between a base module
auth_partner
and the fastapi implementationfastapi_auth_partner
.This PR also introduces a stateless token for password reset, email validation and impersonation and some fixes and minor improvements.
This is still in testing, hence the draft status