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

Rework security flow #686

Merged
merged 5 commits into from
Sep 28, 2018
Merged

Rework security flow #686

merged 5 commits into from
Sep 28, 2018

Commits on Sep 21, 2018

  1. Rework security

    cziebuhr committed Sep 21, 2018
    Configuration menu
    Copy the full SHA
    851aed6 View commit details
    Browse the repository at this point in the history
  2. Delete unused file

    cziebuhr committed Sep 21, 2018
    Configuration menu
    Copy the full SHA
    72113be View commit details
    Browse the repository at this point in the history
  3. Tests

    cziebuhr committed Sep 21, 2018
    Configuration menu
    Copy the full SHA
    c6eaf0d View commit details
    Browse the repository at this point in the history
  4. Don't inject context into flask.request

    Backward incompatible change!
    
    Instead of connexion.request.user / flask.request.user, use connexion.context['user']
    cziebuhr committed Sep 21, 2018
    Configuration menu
    Copy the full SHA
    450f3a5 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2018

  1. Update docu/examples

    cziebuhr committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    2a2159e View commit details
    Browse the repository at this point in the history