Crunch-io / rcrunch

R package for interacting with the Crunch API
https://crunch.io/r/crunch/
GNU Lesser General Public License v3.0
9 stars 15 forks source link

[181987759]: Error on password auth #597

Closed gergness closed 2 years ago

gergness commented 2 years ago

Now get error "Using the crunch API with a username and password is no longer supported. Seehelp('crunch-api-key')to learn how to authenticate using an API key." when trying to use login, logout and resetPassword

codecov[bot] commented 2 years ago

Codecov Report

Merging #597 (d45f74b) into master (707a317) will increase coverage by 0.48%. The diff coverage is 0.00%.

:exclamation: Current head d45f74b differs from pull request most recent head 44df86a. Consider uploading reports for the commit 44df86a to get more accurate results

@@            Coverage Diff             @@
##           master     #597      +/-   ##
==========================================
+ Coverage   90.34%   90.82%   +0.48%     
==========================================
  Files         128      128              
  Lines        8500     8435      -65     
==========================================
- Hits         7679     7661      -18     
+ Misses        821      774      -47     
Impacted Files Coverage Δ
R/auth.R 78.33% <0.00%> (+28.75%) :arrow_up:
R/misc.R 99.18% <ø> (ø)
R/sliding-categories.R 100.00% <ø> (ø)
R/user.R 97.05% <ø> (-0.45%) :arrow_down:

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 707a317...44df86a. Read the comment docs.