ansible / django-ansible-base

Apache License 2.0
18 stars 45 forks source link

[RR] Send auth backend in auth_code payload #609

Closed relrod closed 1 month ago

AlanCoding commented 1 month ago

This gets serialized from the /validate-local-account/ endpoint, right? Are we sure this gives a native JSON type?

newswangerd commented 1 month ago

This gets serialized from the /validate-local-account/ endpoint, right? Are we sure this gives a native JSON type?

@AlanCoding I believe it does. Django stores this on the session when you log in.

Also, I just tested it.

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud