0 votes
in Django by

The authentication scheme that allows you to delegate authentication to your web server, which sets the REMOTE_USER environment variable is called ___________.

a) Token Authentication

b) Remote User Authentication

c) Basic Authentication

d) Session Authentication

1 Answer

0 votes
by
b) Remote User Authentication
...