43 Commits

Author SHA1 Message Date
243a44d516 Fix pint issues 2025-06-18 09:02:23 +02:00
12228bc536 Allow PAT usage while useSsoOnly is enabled - Resolves #474 2025-06-02 15:49:18 +02:00
fc7ca1448c Disable sessions & CSRF verification for the /up route - Fixes #458 2025-03-10 18:24:50 +01:00
47a13b891d Restrict system routes to administrators 2025-03-03 17:02:01 +01:00
c38f3cfef7 Fix manifest & healthcheck css paths (again) 2024-11-27 14:37:06 +01:00
ce1692eaf4 Add Content Security Policy 2024-11-17 20:39:27 +01:00
e49556d787 Fix pint issues 2024-10-27 07:17:00 +01:00
528a3be458 Force logout on routes not watched by the KickOutInactiveUser middleware 2024-10-26 18:45:30 +02:00
c00b04e192 Apply Pint fixes 2024-09-26 23:50:01 +02:00
091129ef06 Add a setting to restrict authentication to SSO only - Closes #368, Closes #362 2024-09-25 08:53:34 +02:00
0f1372e8bd Enhance test coverage & Fix small issues & Refactoring 2024-06-28 16:13:45 +02:00
9bbc0ba8ad Enable the Laravel 11 health-check endpoint - Closes #271 2024-06-26 17:48:58 +02:00
e498350f62 Complete merge with refactoring for better integration 2024-04-24 09:33:45 +02:00
e75589526b Merge authentication-log into codebase 2024-04-22 14:59:20 +02:00
11ceb52286 Replace Rappasoft\LaravelAuthenticationLog by forked package 2024-04-20 18:10:30 +02:00
a6745c28a6 Add authentications log 2024-04-15 00:44:18 +02:00
49fddfd331 Apply Pint fixes 2024-03-29 09:42:54 +01:00
edd810cafd Add a Clear cache feature - Closes #316 2024-03-07 14:13:02 +01:00
88d37394d3 Add a test email feature to the admin panel - Closes #307 2024-02-26 15:06:26 +01:00
21fa77f348 Move debug information to the admin section - Closes #303 2024-02-23 16:42:42 +01:00
a407f4742e Merge branch 'feature/openid-support' of https://github.com/indykoning/2FAuth into indykoning-feature/openid-support 2023-12-06 09:27:20 +01:00
0435cecd53 Adapt back-end to the new front-end auth management 2023-11-21 13:45:47 +01:00
160f55fa6b Add support for an openid provider 2023-11-20 23:25:36 +01:00
235b5f0b1e Rewrite routes declaration using ::class fully qualified name 2022-11-25 15:20:36 +01:00
017bbc6304 Replace darkghosthunter/larapass with laragear/webauthn 2022-11-25 15:20:36 +01:00
062d809a28 Initiate the Release Radar 2022-09-21 21:50:41 +02:00
2fa2cf8c99 Add an About view - Close #91 2022-07-21 15:48:23 +02:00
27a091630c Add CSRF token refresh on Login view to prevent CSRF token mismatch 2022-07-14 17:07:28 +02:00
68ebeeb53a Close #88 - Remove the "Already authenticated" error on login forms 2022-07-12 12:32:32 +02:00
2ba66f5c96 Fix missing route name used by the ResetPassword flow 2022-04-15 15:12:23 +02:00
fd1ea631f2 Fix paths to passport PAT controller in routes 2022-03-31 14:37:28 +02:00
5eee3de134 Refactor routes rejection using middlewares 2022-03-31 11:24:02 +02:00
a786efc6e8 Apply Demo restrictions on more routes 2022-03-31 11:24:01 +02:00
cdfda1591b Add possibility to delete the registered user and reset 2FAuth data 2022-03-31 11:24:01 +02:00
725c012042 Fix and complete reverse-proxy support & Adjust front-end views 2022-03-31 11:24:01 +02:00
911e18c9c4 Add reverse-proxy guard to support authentication proxy 2022-03-31 11:24:01 +02:00
f3c6b9da5b Add WebAuthn authentication 2022-03-31 11:24:01 +02:00
d6306e5dd0 Use FreshApiToken instead of Personal access token for front-end auth 2022-03-31 11:24:01 +02:00
53ada0bfaa Try to fix TravisCI failing on route test 2020-03-05 12:56:35 +01:00
c6627bebfa Routes and views for Create and Update item 2019-12-21 23:23:44 +01:00
24588e5d26 Basic vue frontend with auth 2019-05-28 17:29:15 +02:00
6cdaa12e21 Account refactored and better json responses 2019-05-24 14:44:41 +02:00
c9150c47fd initial commit 2019-05-20 07:37:41 +02:00