-
Notifications
You must be signed in to change notification settings - Fork 63
chore(types): Add typing to Authenticator #1050
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
base: main
Are you sure you want to change the base?
Conversation
|
tiled/tiled/server/settings.py Line 59 in 59cd577
This is not giving the authentication settings in tiled/tiled/server/authentication.py Line 210 in 59cd577
Because it is creating a new settings object Will this be addressed in this PR ? |
It should be caching the returned settings instance so later modifications to it should be returned next time? It should be fixed but probably not in this PR. Was it working without this change? |
It is the same behavior as on main as well , It was more of a feature request to have authentication settings come in settings object Lines 430 to 437 in 59cd577
In this override settings it never adds the settings for authentication. |
5f7adb1 to
f3c0ca3
Compare
be9f4a9 to
3ed3f65
Compare
c380dbf to
10d11e5
Compare
|
Give us a nudge when this is ready for 🇺🇸 review. :-) |
f2f91a7 to
8bc4f7a
Compare
|
@danielballan I think it's reviewable now I've patched the rebase I mangled. |
8bc4f7a to
b35e3dc
Compare
|
I rebased. The file |
Further prep work for #928