Skip to content

basic authentication on initial site load (should be forms authentication) #4

@seanderickson

Description

@seanderickson

When the /db site is first loaded, it is prompting with a basic authentication prompt:

A username and password are being requested by https://dev.1km.hms.harvard.edu. The site says: "django-tastypie"

  • this is a basic authentication prompt
  • it is being requested because the initialization process (app_model.js) is requesting the "/reports/api/v1/resource" resource before the user has logged in.
  • workaround: cancel the prompt and then log in as usual
  • fix: initialize resources after log in completed.

@rlchang

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions