Skip to content
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

Add Token access for POST requests to search #598

Open
Evan-Leon opened this issue Jan 5, 2024 · 1 comment
Open

Add Token access for POST requests to search #598

Evan-Leon opened this issue Jan 5, 2024 · 1 comment
Labels
api Issues or improvements related to the backend api enhancement New feature or request medium medium priority search

Comments

@Evan-Leon
Copy link
Contributor

Allow users to use the search API with POST requests to any endpoint.

  • will require making a dedicated route for POSTs that is not csrf protected
    • change app routes naming (preserve good urls for API)
@Evan-Leon Evan-Leon added enhancement New feature or request search high High priority medium medium priority and removed high High priority labels Jan 5, 2024
@Evan-Leon Evan-Leon added this to the 2/12-2/16 milestone Jan 5, 2024
@Evan-Leon Evan-Leon modified the milestones: 2/12-2/16, 2/26-3/1 Feb 12, 2024
@Evan-Leon Evan-Leon removed this from the 2/26-3/1 milestone Feb 26, 2024
@pgulley pgulley added the api Issues or improvements related to the backend api label Jun 28, 2024
@pgulley
Copy link
Contributor

pgulley commented Jun 28, 2024

django-csrf-middleware might be useful for configuring this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Issues or improvements related to the backend api enhancement New feature or request medium medium priority search
Projects
None yet
Development

No branches or pull requests

2 participants