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

Added PKCE, end session functionality and tested #67

Closed
wants to merge 25 commits into from

Commits on Jul 23, 2018

  1. Adding logout functionality, PKCE flow functionality and other coding…

    … after testing
    ChinthakaSenanayaka committed Jul 23, 2018
    Configuration menu
    Copy the full SHA
    a982b9c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from ChinthakaSenanayaka/dev

    Adding logout functionality, PKCE flow functionality and other coding after testing
    ChinthakaSenanayaka authored Jul 23, 2018
    Configuration menu
    Copy the full SHA
    3713d17 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2018

  1. minor changes to support const id_token and polymorphism

    ChinthakaSenanayaka committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    bc53531 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from ChinthakaSenanayaka/dev

     minor changes to support const id_token and polymorphism
    ChinthakaSenanayaka authored Jul 31, 2018
    Configuration menu
    Copy the full SHA
    f0de9de View commit details
    Browse the repository at this point in the history
  3. minor code review changes

    ChinthakaSenanayaka committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    3d4dd23 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3 from ChinthakaSenanayaka/dev

    minor code review changes
    ChinthakaSenanayaka authored Jul 31, 2018
    Configuration menu
    Copy the full SHA
    306acfd View commit details
    Browse the repository at this point in the history
  5. Added inline comments

    ChinthakaSenanayaka committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    e7a7dd5 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #4 from ChinthakaSenanayaka/dev

    Added inline comments
    ChinthakaSenanayaka authored Jul 31, 2018
    Configuration menu
    Copy the full SHA
    d174172 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2018

  1. bug fix for config json field access

    ChinthakaSenanayaka committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    abef5a5 View commit details
    Browse the repository at this point in the history
  2. Adding basic user info route code - unfinished

    ChinthakaSenanayaka committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    3f401f3 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2018

  1. Configuration menu
    Copy the full SHA
    d32de8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95b3834 View commit details
    Browse the repository at this point in the history
  3. remove node crypto for browser and used js-sha256

    ChinthakaSenanayaka committed Aug 4, 2018
    Configuration menu
    Copy the full SHA
    9fb1dbb View commit details
    Browse the repository at this point in the history
  4. Merge pull request #5 from ChinthakaSenanayaka/dev

    Removed crypto, convert sample app to wrapper
    ChinthakaSenanayaka authored Aug 4, 2018
    Configuration menu
    Copy the full SHA
    8929d1e View commit details
    Browse the repository at this point in the history
  5. Merge pull request #6 from ChinthakaSenanayaka/dev

    Removed crypto, convert sample app to wrapper and tested
    ChinthakaSenanayaka authored Aug 4, 2018
    Configuration menu
    Copy the full SHA
    ca3b777 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2018

  1. Added userInfo route functionality

    ChinthakaSenanayaka committed Aug 5, 2018
    Configuration menu
    Copy the full SHA
    3d4436d View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2018

  1. removed schema from userInfo route

    ChinthakaSenanayaka committed Aug 6, 2018
    Configuration menu
    Copy the full SHA
    9a4376d View commit details
    Browse the repository at this point in the history
  2. bug fix of PKCE flow idToken to id_token in local storage

    ChinthakaSenanayaka committed Aug 6, 2018
    Configuration menu
    Copy the full SHA
    27385a9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #7 from ChinthakaSenanayaka/dev

    bug fix of PKCE flow idToken to id_token in local storage
    ChinthakaSenanayaka authored Aug 6, 2018
    Configuration menu
    Copy the full SHA
    9b887f6 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #8 from ChinthakaSenanayaka/dev

    bug fix of PKCE flow idToken to id_token in local storage
    ChinthakaSenanayaka authored Aug 6, 2018
    Configuration menu
    Copy the full SHA
    f92d4f9 View commit details
    Browse the repository at this point in the history
  5. Adding callback methods to wrapper sample app

    ChinthakaSenanayaka committed Aug 6, 2018
    Configuration menu
    Copy the full SHA
    a848db4 View commit details
    Browse the repository at this point in the history
  6. merge after callback additions to the wrapper sample app

    ChinthakaSenanayaka committed Aug 6, 2018
    Configuration menu
    Copy the full SHA
    92c10d6 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2018

  1. userInfo CORS request fix, userInfo response json return

    ChinthakaSenanayaka committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    9c46c37 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9 from ChinthakaSenanayaka/userInfo_route

    User info route functionality
    ChinthakaSenanayaka authored Aug 8, 2018
    Configuration menu
    Copy the full SHA
    caee819 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #10 from ChinthakaSenanayaka/dev

    User info route functionality
    ChinthakaSenanayaka authored Aug 8, 2018
    Configuration menu
    Copy the full SHA
    3ca2c95 View commit details
    Browse the repository at this point in the history