go-aah / aah

A secure, flexible, rapid Go web framework
https://aahframework.org
MIT License
690 stars 33 forks source link

Auth info merge #270

Closed Equanox closed 3 years ago

Equanox commented 4 years ago

We would like to have the ability to inherit permissions from a team to a user. Merge() will do exactly this. It makes the authorization logic simpler in some places.

codecov[bot] commented 4 years ago

Codecov Report

Merging #270 into edge will increase coverage by 0.02%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             edge     #270      +/-   ##
==========================================
+ Coverage   85.40%   85.43%   +0.02%     
==========================================
  Files          94       94              
  Lines        7827     7839      +12     
==========================================
+ Hits         6685     6697      +12     
  Misses        797      797              
  Partials      345      345              
Impacted Files Coverage Δ
security/authz/authorization_info.go 100.00% <100.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 5d93e29...a56e699. Read the comment docs.