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

feat(backend): Add token auth #102

Merged
merged 5 commits into from
Aug 22, 2023
Merged

feat(backend): Add token auth #102

merged 5 commits into from
Aug 22, 2023

Conversation

cleptric
Copy link
Member

No description provided.

@cleptric cleptric requested a review from a team as a code owner August 22, 2023 12:05
@cleptric cleptric self-assigned this Aug 22, 2023
@codecov
Copy link

codecov bot commented Aug 22, 2023

Codecov Report

Patch coverage: 17.80% and project coverage change: -0.51% ⚠️

Comparison is base (2abfe6b) 34.85% compared to head (a40b89c) 34.34%.

❗ Current head a40b89c differs from pull request most recent head f7a8665. Consider uploading reports for the commit f7a8665 to get more accurate results

Additional details and impacted files
@@             Coverage Diff              @@
##               main     #102      +/-   ##
============================================
- Coverage     34.85%   34.34%   -0.51%     
- Complexity      242      254      +12     
============================================
  Files            48       50       +2     
  Lines          2000     2067      +67     
============================================
+ Hits            697      710      +13     
- Misses         1303     1357      +54     
Files Changed Coverage Δ
src/Controller/LoginController.php 0.00% <0.00%> (ø)
src/Identifier/ApiTokenIdentifier.php 0.00% <0.00%> (ø)
src/Model/Table/ApiTokensTable.php 27.02% <27.02%> (ø)
src/Service/UserService.php 20.75% <50.00%> (+1.14%) ⬆️
src/Model/Table/UsersTable.php 38.46% <100.00%> (+1.95%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@cleptric cleptric enabled auto-merge (squash) August 22, 2023 12:44
@cleptric cleptric disabled auto-merge August 22, 2023 12:44
@cleptric cleptric merged commit 3c7a858 into main Aug 22, 2023
3 of 4 checks passed
@cleptric cleptric deleted the mobile-api branch August 22, 2023 12:44
@sentry-io
Copy link

sentry-io bot commented Aug 26, 2023

Suspect Issues

This pull request was deployed and Sentry observed the following issues:

  • ‼️ Cake\Database\Exception\DatabaseException: SQLSTATE[23502]: Not null violation: 7 ERROR: null value in column "id" of relation "api_tokens"... /var/www/gib-potato/src/Model/Table/ApiTokensTa... View Issue

Did you find this useful? React with a 👍 or 👎

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant