6 |
](https://spatie.be/github-ad-click/laravel-one-time-passwords)
82 |
83 | We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).
84 |
85 | We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).
86 |
87 |
88 | ## Testing
89 |
90 | ```bash
91 | composer test
92 | ```
93 |
94 | ## Changelog
95 |
96 | Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
97 |
98 | ## Contributing
99 |
100 | Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
101 |
102 | ## Security Vulnerabilities
103 |
104 | Please review [our security policy](../../security/policy) on how to report security vulnerabilities.
105 |
106 | ## Credits
107 |
108 | - [Freek Van der Herten](https://github.com/freekmurze)
109 | - [All Contributors](../../contributors)
110 |
111 | ## License
112 |
113 | The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
114 |
--------------------------------------------------------------------------------
/CHANGELOG.md:
--------------------------------------------------------------------------------
1 | # Changelog
2 |
3 | All notable changes to `laravel-one-time-passwords` will be documented in this file.
4 |
5 | ## 1.0.8 - 2025-11-27
6 |
7 | ### What's Changed
8 |
9 | * Bump actions/checkout from 5 to 6 by @dependabot[bot] in https://github.com/spatie/laravel-one-time-passwords/pull/45
10 | * Add support for Flux by @freekmurze in https://github.com/spatie/laravel-one-time-passwords/pull/46
11 | * Add English translation for `rate_limit_exceeded` by @lorenzolosa in https://github.com/spatie/laravel-one-time-passwords/pull/47
12 |
13 | ### New Contributors
14 |
15 | * @freekmurze made their first contribution in https://github.com/spatie/laravel-one-time-passwords/pull/46
16 |
17 | **Full Changelog**: https://github.com/spatie/laravel-one-time-passwords/compare/1.0.7...1.0.8
18 |
19 | ## 1.0.7 - 2025-11-20
20 |
21 | ### What's Changed
22 |
23 | * Typo: rename avanced-usage to advanced-usage by @spoyntersmith in https://github.com/spatie/laravel-one-time-passwords/pull/43
24 | * Rename validation string `request_did_not_match` to `different_origin` by @lorenzolosa in https://github.com/spatie/laravel-one-time-passwords/pull/44
25 |
26 | ### New Contributors
27 |
28 | * @spoyntersmith made their first contribution in https://github.com/spatie/laravel-one-time-passwords/pull/43
29 | * @lorenzolosa made their first contribution in https://github.com/spatie/laravel-one-time-passwords/pull/44
30 |
31 | **Full Changelog**: https://github.com/spatie/laravel-one-time-passwords/compare/1.0.6...1.0.7
32 |
33 | ## 1.0.5 - 2025-08-18
34 |
35 | ### What's Changed
36 |
37 | * Update installation-setup.md by @BurtDS in https://github.com/spatie/laravel-one-time-passwords/pull/23
38 | * Update README.md by @ibra-br in https://github.com/spatie/laravel-one-time-passwords/pull/26
39 | * Bump aglipanci/laravel-pint-action from 2.5 to 2.6 by @dependabot[bot] in https://github.com/spatie/laravel-one-time-passwords/pull/28
40 | * Bump actions/checkout from 4 to 5 by @dependabot[bot] in https://github.com/spatie/laravel-one-time-passwords/pull/31
41 | * Bump stefanzweifel/git-auto-commit-action from 5 to 6 by @dependabot[bot] in https://github.com/spatie/laravel-one-time-passwords/pull/27
42 | * feat: add Russian language by @mTresk in https://github.com/spatie/laravel-one-time-passwords/pull/30
43 |
44 | ### New Contributors
45 |
46 | * @BurtDS made their first contribution in https://github.com/spatie/laravel-one-time-passwords/pull/23
47 | * @ibra-br made their first contribution in https://github.com/spatie/laravel-one-time-passwords/pull/26
48 | * @mTresk made their first contribution in https://github.com/spatie/laravel-one-time-passwords/pull/30
49 |
50 | **Full Changelog**: https://github.com/spatie/laravel-one-time-passwords/compare/1.0.4...1.0.5
51 |
52 | ## 1.0.4 - 2025-05-23
53 |
54 | ### What's Changed
55 |
56 | * Support PHP ^8.2 and Laravel ^11 by @x-JOC in https://github.com/spatie/laravel-one-time-passwords/pull/21
57 |
58 | **Full Changelog**: https://github.com/spatie/laravel-one-time-passwords/compare/1.0.3...1.0.4
59 |
60 | ## 1.0.3 - 2025-05-22
61 |
62 | ### What's Changed
63 |
64 | * Incorrect migration file name fixed. by @sdebacker in https://github.com/spatie/laravel-one-time-passwords/pull/18
65 | * Incorrect tag fixed. by @sdebacker in https://github.com/spatie/laravel-one-time-passwords/pull/19
66 | * french translations by @sdebacker in https://github.com/spatie/laravel-one-time-passwords/pull/20
67 |
68 | ### New Contributors
69 |
70 | * @sdebacker made their first contribution in https://github.com/spatie/laravel-one-time-passwords/pull/18
71 |
72 | **Full Changelog**: https://github.com/spatie/laravel-one-time-passwords/compare/1.0.2...1.0.3
73 |
74 | ## 1.0.2 - 2025-05-22
75 |
76 | ### What's Changed
77 |
78 | * Add Arabic language support by @x-JOC in https://github.com/spatie/laravel-one-time-passwords/pull/14
79 |
80 | ### New Contributors
81 |
82 | * @x-JOC made their first contribution in https://github.com/spatie/laravel-one-time-passwords/pull/14
83 |
84 | **Full Changelog**: https://github.com/spatie/laravel-one-time-passwords/compare/1.0.1...1.0.2
85 |
86 | ## 1.0.1 - 2025-05-22
87 |
88 | **Full Changelog**: https://github.com/spatie/laravel-one-time-passwords/compare/1.0.0...1.0.1
89 |
90 | ## 1.0.0 - 2025-05-20
91 |
92 | - initial release 🚀
93 |
94 | ## 0.0.4 - 2025-05-20
95 |
96 | ### What's Changed
97 |
98 | * docs: clarify return type in gatherProperties PHPDoc by @Ayoub-Mabrouk in https://github.com/spatie/laravel-one-time-passwords/pull/5
99 |
100 | **Full Changelog**: https://github.com/spatie/laravel-one-time-passwords/compare/0.0.3...0.0.4
101 |
102 | ## 0.0.3 - 2025-05-17
103 |
104 | ### What's Changed
105 |
106 | * fix: return OTP as strict string with secure randomness by @Ayoub-Mabrouk in https://github.com/spatie/laravel-one-time-passwords/pull/4
107 | * Add Portuguese language support by @kidiatoliny in https://github.com/spatie/laravel-one-time-passwords/pull/3
108 | * chore: add PHPStan, commit config, and remove it from .gitignore by @Ayoub-Mabrouk in https://github.com/spatie/laravel-one-time-passwords/pull/2
109 |
110 | ### New Contributors
111 |
112 | * @Ayoub-Mabrouk made their first contribution in https://github.com/spatie/laravel-one-time-passwords/pull/4
113 | * @kidiatoliny made their first contribution in https://github.com/spatie/laravel-one-time-passwords/pull/3
114 |
115 | **Full Changelog**: https://github.com/spatie/laravel-one-time-passwords/compare/0.0.2...0.0.3
116 |
117 | ## 0.0.2 - 2025-05-16
118 |
119 | **Full Changelog**: https://github.com/spatie/laravel-one-time-passwords/compare/0.0.1...0.0.2
120 |
121 | ## 0.0.1 - 2025-05-14
122 |
123 | ### What's Changed
124 |
125 | * Bump dependabot/fetch-metadata from 2.3.0 to 2.4.0 by @dependabot in https://github.com/spatie/laravel-one-time-passwords/pull/1
126 |
127 | ### New Contributors
128 |
129 | * @dependabot made their first contribution in https://github.com/spatie/laravel-one-time-passwords/pull/1
130 |
131 | **Full Changelog**: https://github.com/spatie/laravel-one-time-passwords/commits/0.0.1
132 |
--------------------------------------------------------------------------------