singingwolfboy / flask-dance

Doing the OAuth dance with style using Flask, requests, and oauthlib.
https://pypi.python.org/pypi/Flask-Dance/
MIT License
1.01k stars 158 forks source link

Implemented salesforce oauth2 blueprint #345

Closed Przemoo16 closed 3 years ago

Przemoo16 commented 3 years ago

Blueprint for Salesforce.

codecov[bot] commented 3 years ago

Codecov Report

Merging #345 (2457f30) into main (58b6f4c) will increase coverage by 0.13%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #345      +/-   ##
==========================================
+ Coverage   93.67%   93.80%   +0.13%     
==========================================
  Files          31       33       +2     
  Lines        1043     1066      +23     
==========================================
+ Hits          977     1000      +23     
  Misses         66       66              
Impacted Files Coverage Δ
flask_dance/contrib/salesforce.py 100.00% <100.00%> (ø)
flask_dance/__init__.py 100.00% <0.00%> (ø)

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 58b6f4c...2457f30. Read the comment docs.

singingwolfboy commented 3 years ago

Looks great! Thank you 🎉