olin-build / ABE

Amorphous Blob of Events
https://abe.olin.build/
GNU Affero General Public License v3.0
7 stars 1 forks source link

Implement access control and oauth #256

Closed osteele closed 6 years ago

osteele commented 6 years ago

Description

Implements auth.

Fixes cookies for CORS.

codecov[bot] commented 6 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@442c6aa). Click here to learn what that means. The diff coverage is 76.34%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #256   +/-   ##
=========================================
  Coverage          ?   66.56%           
=========================================
  Files             ?       24           
  Lines             ?     1271           
  Branches          ?        0           
=========================================
  Hits              ?      846           
  Misses            ?      425           
  Partials          ?        0
Impacted Files Coverage Δ
abe/resource_models/label_resources.py 76.11% <ø> (ø)
abe/helper_functions/query_helpers.py 89.79% <ø> (ø)
abe/resource_models/account_resources.py 100% <100%> (ø)
abe/helper_functions/url_helpers.py 100% <100%> (ø)
abe/document_models/label_documents.py 100% <100%> (ø)
abe/helper_functions/email_helpers.py 87.12% <100%> (ø)
abe/app.py 70.66% <55.26%> (ø)
abe/resource_models/event_resources.py 62.39% <80%> (ø)
abe/auth/__init__.py 95.23% <90%> (ø)

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 442c6aa...1330596. Read the comment docs.