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(auth): refresh expired token instead of logout immediately #645

Merged
merged 3 commits into from
Jul 11, 2024

Conversation

cayacdev
Copy link
Owner

No description provided.

@cayacdev cayacdev linked an issue Jul 11, 2024 that may be closed by this pull request
Copy link

codecov bot commented Jul 11, 2024

Codecov Report

Attention: Patch coverage is 20.00000% with 4 lines in your changes missing coverage. Please review.

Project coverage is 60.50%. Comparing base (04d81d1) to head (b6c26e6).

Additional details and impacted files

Impacted file tree graph

@@              Coverage Diff              @@
##               main     #645       +/-   ##
=============================================
+ Coverage     39.47%   60.50%   +21.02%     
- Complexity      103      104        +1     
=============================================
  Files            71       19       -52     
  Lines          1297      357      -940     
  Branches        128        0      -128     
=============================================
- Hits            512      216      -296     
+ Misses          783      141      -642     
+ Partials          2        0        -2     
Files Coverage Δ
backend/app/Http/Controllers/AuthController.php 56.25% <20.00%> (-2.85%) ⬇️

... and 51 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 04d81d1...b6c26e6. Read the comment docs.

@cayacdev cayacdev merged commit b1bdc5e into main Jul 11, 2024
4 of 5 checks passed
@cayacdev cayacdev deleted the feat/641-use-token-refresh-instead-of-automatic-logout branch July 11, 2024 16:32
cayacdev added a commit that referenced this pull request Jul 11, 2024
🤖 I have created a release *beep* *boop*
---


## [1.3.0](v1.2.1...v1.3.0)
(2024-07-11)


### Features

* **auth:** refresh expired token instead of logout immediately
([#645](#645))
([b1bdc5e](b1bdc5e))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
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.

use token refresh instead of automatic logout
1 participant