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

Extract generate token method #488

Merged
merged 4 commits into from
Dec 19, 2023
Merged

Extract generate token method #488

merged 4 commits into from
Dec 19, 2023

Conversation

mowangjuanzi
Copy link
Contributor

I need to rewrite the createToken method, but the way the token is generated does not need to be modified by me. By extracting the method, I can avoid the impact of my rewrite on the original function.

@taylorotwell taylorotwell merged commit 8c10436 into laravel:3.x Dec 19, 2023
8 checks passed
renovate bot added a commit to RadioRoster/backend that referenced this pull request Jan 8, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [laravel/sanctum](https://togithub.com/laravel/sanctum) | `3.3.2` ->
`3.3.3` |
[![age](https://developer.mend.io/api/mc/badges/age/packagist/laravel%2fsanctum/3.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/packagist/laravel%2fsanctum/3.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/packagist/laravel%2fsanctum/3.3.2/3.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/packagist/laravel%2fsanctum/3.3.2/3.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>laravel/sanctum (laravel/sanctum)</summary>

###
[`v3.3.3`](https://togithub.com/laravel/sanctum/blob/HEAD/CHANGELOG.md#v333---2023-12-19)

[Compare
Source](https://togithub.com/laravel/sanctum/compare/v3.3.2...v3.3.3)

- Updated `CsrfCookieController` to use named arguments by
[@&#8203;OussamaMater](https://togithub.com/OussamaMater) in
[laravel/sanctum#487
- Extract generate token method by
[@&#8203;mowangjuanzi](https://togithub.com/mowangjuanzi) in
[laravel/sanctum#488

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/RadioRoster/backend).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjEwMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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.

None yet

2 participants