Skip to content
This repository has been archived by the owner on Jan 24, 2021. It is now read-only.

Replacing current "user" objects with ClaimsPrincipal/ClaimsIdentity #1820

Merged
merged 24 commits into from
Mar 20, 2015
Merged

Replacing current "user" objects with ClaimsPrincipal/ClaimsIdentity #1820

merged 24 commits into from
Mar 20, 2015

Commits on Feb 19, 2015

  1. Configuration menu
    Copy the full SHA
    dc3a9ff View commit details
    Browse the repository at this point in the history
  2. Rename UserIdentityExtensions to ClaimsPrincipalExtension. Mapped IUs…

    …erIdentity extension methods to ClaimsPrincipal.
    damianh committed Feb 19, 2015
    Configuration menu
    Copy the full SHA
    8be6af0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca5447a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f7513e7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3f3639c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9cafef2 View commit details
    Browse the repository at this point in the history
  7. Fix, changes (and some deletions) to ModuleSecurity, SecurityHooks an…

    …d related tests due to ClaimsPrincipal support.
    damianh committed Feb 19, 2015
    Configuration menu
    Copy the full SHA
    942f4fa View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c99698b View commit details
    Browse the repository at this point in the history
  9. Unused using

    damianh committed Feb 19, 2015
    Configuration menu
    Copy the full SHA
    eaf2412 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    688bfdf View commit details
    Browse the repository at this point in the history
  11. Removing RequiresValidatedClaims - doesn't make sense give we're usin…

    …g predicate in RequriesClaims
    damianh committed Feb 19, 2015
    Configuration menu
    Copy the full SHA
    9f628ff View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e75f8ee View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    462f8c1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    54faddd View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f9cf3f5 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f4be219 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2015

  1. Removing Nancy.Authentication.Token and all related projects. Token (…

    …Bearer) auth should be implemented by suitable middleware.
    damianh committed Mar 11, 2015
    Configuration menu
    Copy the full SHA
    4950480 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2015

  1. 1 Configuration menu
    Copy the full SHA
    99b7989 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4160b7d View commit details
    Browse the repository at this point in the history
  3. Remove commented out code

    damianh committed Mar 12, 2015
    Configuration menu
    Copy the full SHA
    9e5c6e9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7e3bb35 View commit details
    Browse the repository at this point in the history
  5. Do NOT use static service location in NancyMiddleware. The will cause…

    … all sort of problems if there is more than one Nancy instance / bootstrapper in a owin pipeline.
    damianh committed Mar 12, 2015
    Configuration menu
    Copy the full SHA
    e8ae7c4 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2015

  1. Do NOT use static service location in NancyMiddleware. The will cause…

    … all sort of problems if there is more than one Nancy instance / bootstrapper in a owin pipeline. (reverted from commit e8ae7c4)
    damianh committed Mar 20, 2015
    Configuration menu
    Copy the full SHA
    0135cdd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ebb69f View commit details
    Browse the repository at this point in the history