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

Add authentication with Access Token #149

Merged
merged 3 commits into from
Nov 2, 2022
Merged

Conversation

StefanBogdan
Copy link
Member

fixes Issue #133

@StefanBogdan StefanBogdan requested a review from dirkkul October 28, 2022 13:45
@codecov-commenter
Copy link

Codecov Report

Base: 97.14% // Head: 97.14% // Increases project coverage by +0.00% 🎉

Coverage data is based on head (a400925) compared to base (bf431b8).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #149   +/-   ##
=======================================
  Coverage   97.14%   97.14%           
=======================================
  Files          65       65           
  Lines        6454     6456    +2     
=======================================
+ Hits         6270     6272    +2     
  Misses        184      184           
Flag Coverage Δ
unittests 97.14% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
test/test_util.py 100.00% <ø> (ø)
test/connection/test_connection.py 100.00% <100.00%> (ø)
test/wcs/test_crud_wcs.py 100.00% <100.00%> (ø)
weaviate/auth.py 100.00% <100.00%> (ø)
weaviate/connect/connection.py 99.30% <100.00%> (+0.08%) ⬆️
weaviate/util.py 97.35% <100.00%> (-0.24%) ⬇️
weaviate/wcs/crud_wcs.py 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

weaviate/auth.py Show resolved Hide resolved
test/connection/test_connection.py Show resolved Hide resolved
@dirkkul
Copy link
Collaborator

dirkkul commented Nov 2, 2022

Would you add an example to the docs on how to do this?
https://weaviate.io/developers/weaviate/current/client-libraries/python.html#authentication

@StefanBogdan StefanBogdan merged commit 5f6c939 into main Nov 2, 2022
@StefanBogdan StefanBogdan deleted the authentication_fix branch November 2, 2022 13:32
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.

3 participants