ansible / django-ansible-base

Apache License 2.0
18 stars 49 forks source link

[RR] Send auth backend in auth_code payload #609

Closed relrod closed 2 months ago

AlanCoding commented 2 months ago

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

newswangerd commented 2 months 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 2 months 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