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

Implement cache for OAuth2 inbound authentication #19693

Closed
wants to merge 5 commits into from

Conversation

ldclakmal
Copy link
Member

@ldclakmal ldclakmal commented Nov 1, 2019

Purpose

This PR implement caches for OAuth2 inbound authentication and update the existing cache for JWT inbound authentication.

Fixes #19707

Check List

  • Read the Contributing Guide
  • Required Balo version update
  • Updated Change Log
  • Checked Tooling Support (#)
  • Added necessary tests
    • Unit Tests
    • Spec Conformance Tests
    • Integration Tests
    • Ballerina By Example Tests
  • Increased Test Coverage
  • Added necessary documentation
    • API documentation
    • Module documentation in Module.md files
    • Ballerina By Examples

@codecov-io
Copy link

codecov-io commented Nov 1, 2019

Codecov Report

Merging #19693 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master   #19693   +/-   ##
=======================================
  Coverage   15.21%   15.21%           
=======================================
  Files          50       50           
  Lines        1308     1308           
  Branches      199      199           
=======================================
  Hits          199      199           
  Misses       1096     1096           
  Partials       13       13

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 23ddb6a...b970b18. Read the comment docs.

@ldclakmal ldclakmal changed the title Implement cache for inbound authentication Implement cache for OAuth2 inbound authentication Nov 1, 2019
@ldclakmal ldclakmal marked this pull request as ready for review November 4, 2019 04:23
@wggihan wggihan removed their request for review November 8, 2019 06:48
@wggihan wggihan closed this Nov 25, 2019
@ldclakmal ldclakmal deleted the inbound-cache branch March 27, 2020 07:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team/StandardLibs All Ballerina standard libraries Type/Improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cache implementation for OAuth2 inbound authentication
3 participants