Skip to content

feat: add simple username/password auth plugin #39

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

Merged
merged 3 commits into from
Dec 19, 2020
Merged

feat: add simple username/password auth plugin #39

merged 3 commits into from
Dec 19, 2020

Conversation

DrmagicE
Copy link
Owner

No description provided.

@DrmagicE DrmagicE linked an issue Dec 19, 2020 that may be closed by this pull request
@codecov-io
Copy link

codecov-io commented Dec 19, 2020

Codecov Report

Merging #39 (6ed745a) into master (67c5578) will increase coverage by 1.29%.
The diff coverage is 64.01%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #39      +/-   ##
==========================================
+ Coverage   36.75%   38.04%   +1.29%     
==========================================
  Files          51       55       +4     
  Lines        4416     4626     +210     
==========================================
+ Hits         1623     1760     +137     
- Misses       2540     2591      +51     
- Partials      253      275      +22     
Impacted Files Coverage Δ
config/config.go 17.10% <ø> (ø)
plugin/admin/admin.go 2.40% <0.00%> (-0.03%) ⬇️
plugin/admin/config.go 0.00% <ø> (ø)
plugin/admin/utils.go 86.48% <ø> (ø)
server/server.go 4.82% <ø> (+<0.01%) ⬆️
plugin/auth/config.go 9.52% <9.52%> (ø)
plugin/auth/hooks.go 52.63% <52.63%> (ø)
plugin/auth/auth.go 71.08% <71.08%> (ø)
plugin/auth/grpc_handler.go 75.86% <75.86%> (ø)
... and 3 more

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 67c5578...6ed745a. Read the comment docs.

@DrmagicE DrmagicE merged commit ca3b679 into master Dec 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a build-in auth plugin.
2 participants