47 Commits

Author SHA1 Message Date
Marcus Hert Da Coregio
75f3cb81b9 Allow gradle cache on tests
See gh-54
2024-03-18 08:50:20 -03:00
Marcus Hert Da Coregio
345bd64cf7 Fix MFA sample 2024-01-24 11:36:29 -03:00
Marcus Hert Da Coregio
d3fba5014e Fix checkstyle errors
(cherry picked from commit bd98343b9c)
2024-01-24 10:26:43 -03:00
Marcus Hert Da Coregio
fadbeb354c Apply formatting 2024-01-17 12:02:19 -03:00
Marcus Hert Da Coregio
8cfb64e0b9 Use Version Catalog for Spring dependencies
Issue gh-138
2023-11-27 11:35:44 -03:00
marcusdacoregio
c7675213ce Update Spring Boot Version to 3.1.6 2023-11-24 12:06:26 +00:00
marcusdacoregio
6ba872a6bf Update Spring Boot Version to 3.1.5 2023-10-20 12:06:26 +00:00
Marcus Da Coregio
3f8e2c204a Upgrade to Gradle 8.3
Closes gh-147
2023-09-21 16:17:57 +01:00
marcusdacoregio
24a1a6b6c9 Update Spring Boot Version to 3.1.4 2023-09-21 12:06:12 +00:00
marcusdacoregio
3fcc64d302 Update Spring Boot Version to 3.1.3 2023-08-24 12:06:07 +00:00
marcusdacoregio
6c924fcd98 Update Spring Boot Version 2023-07-20 13:39:42 +00:00
Marcus Da Coregio
bb6fc88875 Merge branch '6.0.x' 2023-07-04 10:00:21 -03:00
Marcus Da Coregio
c5b9a9fb7a Update Gradle to 7.6.2 2023-07-04 09:58:04 -03:00
Marcus Da Coregio
cd892c5604 Sync gradle.properties 2023-06-21 16:21:08 -03:00
Marcus Da Coregio
23d6d5d826 Update Spring Boot to 3.1.0 2023-06-21 15:58:23 -03:00
Marcus Da Coregio
55ea592e93 Sync gradle.properties 2023-06-21 15:53:53 -03:00
Marcus Da Coregio
563260d90a Update Spring Boot to 3.0.7 2023-06-21 15:31:12 -03:00
Marcus Da Coregio
6d453d787f Use GA versions 2023-02-23 10:06:36 -03:00
Marcus Da Coregio
a91ee2a289 Update Gradle to 7.5.1
Issue gh-106
2023-02-23 10:06:36 -03:00
Marcus Da Coregio
14db25cb1d Use requestMatchers
Closes gh-96
2023-02-23 10:06:35 -03:00
Marcus Da Coregio
eb6d06cc11 Use Micrometer SNAPSHOT in custom-user sample 2023-02-23 10:06:35 -03:00
Marcus Da Coregio
2e374c339c Use Micrometer SNAPSHOT in MFA sample 2023-02-23 10:06:35 -03:00
cammorris
2780f5cb45 make favicon public
Even though the resource doesn't exist, chrome (and probably other browsers) will request the favicon after requesting the "second-factor" page.  Requests for the favicon prevented proceeding past the second-factor page and never hitting the POST to "second-factor".  Instead, the sample prompts for the username, again.

Exposing favicon (even though it doesn't exist) resolves the issue.
2023-02-23 10:05:47 -03:00
Marcus Da Coregio
37d61235ad Require explicit save false in MFA sample 2023-02-23 10:05:46 -03:00
Eleftheria Stein
d1aa4ea3bd Update samples to Spring Boot 3.0.0-SNAPSHOT
Closes gh-69
2023-02-23 10:05:46 -03:00
Marcus Da Coregio
ddc0da6ce8 Use GA versions 2023-01-26 16:37:04 -03:00
Marcus Da Coregio
5f1b56bb9d Update Gradle to 7.5.1
Issue gh-106
2022-11-23 10:55:26 -03:00
Marcus Da Coregio
456419bff0 Use requestMatchers
Closes gh-96
2022-10-07 15:35:14 -03:00
Marcus Da Coregio
92e7c69e19 Use Micrometer SNAPSHOT in custom-user sample 2022-10-07 11:07:53 -03:00
Marcus Da Coregio
b8330fe102 Use Micrometer SNAPSHOT in MFA sample 2022-10-07 10:50:17 -03:00
cammorris
162ee60efb make favicon public
Even though the resource doesn't exist, chrome (and probably other browsers) will request the favicon after requesting the "second-factor" page.  Requests for the favicon prevented proceeding past the second-factor page and never hitting the POST to "second-factor".  Instead, the sample prompts for the username, again.

Exposing favicon (even though it doesn't exist) resolves the issue.
2022-05-03 16:53:32 -05:00
Marcus Da Coregio
6892a95805 Require explicit save false in MFA sample 2022-04-20 11:06:56 -03:00
Eleftheria Stein
2b7ce67ff5 Update samples to Spring Boot 3.0.0-SNAPSHOT
Closes gh-69
2022-04-13 17:02:20 +02:00
Marcus Da Coregio
bce2126fd1 Update samples to use Spring Security 6
Issue gh-46
2022-03-23 10:14:39 -03:00
Marcus Da Coregio
57c0b8a4c4 Switch remaining jcenter() to mavenCentral() 2022-01-17 12:44:01 -03:00
Steve Riesenberg
e995914653 Add milestone repository
Closes gh-58
2022-01-17 11:50:45 -03:00
Eleftheria Stein
dec2e57170 Prevent gradle cache on tests
Closes gh-54
2021-12-13 17:39:12 +01:00
Marcus Da Coregio
a43cbcab41 Upgrade to Gradle 7.3 2021-12-03 11:35:39 -03:00
Josh Cummings
3a58daf55d Update HttpSecurity Formatting 2021-11-10 09:42:09 -07:00
Marcus Da Coregio
5097f9dcfc Update to Gradle 7.2
Closes gh-45
2021-10-04 15:04:13 -03:00
Josh Cummings
1ad87dcaf5 Update to Spring Boot 2.5.2 2021-07-28 15:39:06 -06:00
Josh Cummings
2396aa4630 Mfa Sample Depends on spring-security-crypto
Closes gh-18
2021-05-27 09:34:31 -06:00
Josh Cummings
868fb455c8 Update to Spring Security 5.6.0-SNAPSHOT 2021-05-27 09:31:47 -06:00
Josh Cummings
601f54a4c1 Sync Gradle Version
Issue gh-16
2021-05-27 09:14:29 -06:00
Josh Cummings
ffbac87bbd Update to Spring Boot 2.5.0
Closes gh-17
2021-05-27 08:46:52 -06:00
Josh Cummings
2d1732bec6 MFA Sample
Closes gh-7
2021-02-16 12:53:02 -07:00
Rob Winch
49757eb6ea Add CustomUser example 2020-12-08 17:27:57 -06:00