8500b199e2
chore(docs): add webhook docs ( #1346 )
...
* extend config doc with webhook configuration
* add chapter for webhooks to backend docs
Co-authored-by: Stefan Jacobi <stefan.jacobi@adesso.de>
2024-02-16 10:48:27 +01:00
5238d1877f
feat: extend third-party account linking
...
Introduce a per provider configuration option that allows users to
define whether automatic linking of accounts on sign-up/sign-in is enabled
or disabled.
2024-02-09 11:07:32 +01:00
ed9be81a60
chore(docs): fix typo in backend Config.md
2023-11-15 13:11:08 +01:00
724013e56d
feat(saml): implement enterprise saml feature
...
Co-authored-by: Stefan Jacobi <stefan.jacobi@adesso.de>
2023-10-18 10:50:58 +02:00
261eae0c0b
fix: typo in doc urls
2023-10-09 09:13:51 +02:00
fe034c1fcc
feat: add configuration to disable user registration
2023-08-07 17:43:15 +02:00
e7dc097baf
feat: make user verification configurable, preferred as default
2023-07-20 17:53:24 +02:00
f944abcd63
feat(backend): let cookie name be configurable through config
2023-07-03 15:14:57 +02:00
c8a78cbd80
fix: when audience parameter is set overwrite the default.
2023-05-31 08:51:03 +02:00
fb67693a88
feat(thirdparty): sign in with apple
2023-04-28 13:31:12 +02:00
5a85260a48
docs(thirdparty): rework thirdparty guides
2023-04-20 12:50:38 +02:00
fed6f225ac
Update backend/docs/Config.md
2023-04-11 17:06:01 +02:00
446e46ce6c
feat: reintroduce cors.allow_origins config
2023-04-04 10:47:04 +02:00
12f6ad3f42
fix:m erge conflicts
2023-03-15 17:33:13 +01:00
19c462d06d
doc: remove occurences of cors in docs
2023-03-15 17:18:00 +01:00
3cd212a1c5
feat: user deletion ( #662 )
2023-03-15 13:51:23 +01:00
49f4a9616a
docs: Remove cors and origin from config documentation. Add note that Ip address won't work as origin.
2023-03-15 08:20:51 +01:00
2460fdc356
feat(config): allow multi word env var keys ( #617 )
2023-03-02 10:11:05 +01:00
eec7a473a5
feat: add third party integrations
...
add third party integrations
2023-02-23 13:05:05 +01:00
66126d68e7
chore: add Config documentation
2023-02-13 13:47:33 +01:00
fd138e740d
fix(backend): add 'emails' section to Config.md ( #523 )
...
* fix(backend): add 'emails' section to Config.md
2023-01-26 16:56:51 +01:00
74baba7e7f
Update backend/docs/Config.md
...
Co-authored-by: Frederic Jahn <frederic.jahn@hanko.io>
2023-01-24 12:06:22 +01:00
7591d00e2d
Update backend/docs/Config.md
...
Co-authored-by: Frederic Jahn <frederic.jahn@hanko.io>
2023-01-24 12:06:15 +01:00
9403f40b79
Update backend/docs/Config.md
...
Co-authored-by: Frederic Jahn <frederic.jahn@hanko.io>
2023-01-24 12:06:00 +01:00
2eee359be4
fix: rename backend -> store
2023-01-24 10:51:07 +01:00
5483494a12
Update backend/docs/Config.md
...
Co-authored-by: Frederic Jahn <frederic.jahn@hanko.io>
2023-01-24 10:49:25 +01:00
283cfdabea
Update backend/docs/Config.md
...
Co-authored-by: Frederic Jahn <frederic.jahn@hanko.io>
2023-01-24 10:48:48 +01:00
a10e7ec7b1
Update backend/docs/Config.md
...
Co-authored-by: Frederic Jahn <frederic.jahn@hanko.io>
2023-01-24 10:48:31 +01:00
3dedce746c
feat: make limits for passcode/password separately configurable. Document the changes.
2023-01-23 14:45:58 +01:00
b08878ff6e
chore: typo
...
Co-authored-by: lfleischmann <67686424+lfleischmann@users.noreply.github.com>
2023-01-13 09:04:34 +01:00
d979968f38
docs: document new database_url config variable
2023-01-12 09:24:55 +01:00
12594292ef
docs: update backend config docs
2022-12-14 15:33:13 +01:00
4bf69b8b0e
docs: update readmes
...
Add a section in the main readme giving giving some hints on how to get
started. Restructure the backend readme and add sections for running a
database and an SMTP server. Add section with links to frontend framework
integration guides and example applications in the elements readme.
2022-11-04 13:57:25 +01:00
6dfbd68896
Merge branch 'main' into add-audit-logs
...
# Conflicts:
# backend/go.mod
# backend/go.sum
2022-10-13 08:49:20 +02:00
7257b1bcd6
refactor: refactor audit log logic for console output
2022-10-12 14:46:49 +02:00
a6bda1d2ed
feat: add option to configure audit_log output
2022-10-11 16:51:22 +02:00
6985da1369
Update Config.md
...
Reverted previous changes
2022-10-07 19:13:51 +02:00
268e26b79b
Update Config.md
...
Changed docs to match actual implementation
2022-10-07 15:29:44 +02:00
6d177d0417
feat: add config to log sensitive values in audit logs
2022-09-27 11:25:08 +02:00
01468c69ea
Update Config.md
...
docs: Document the need to include the port on webauthn settings origin.
2022-09-26 09:53:37 +02:00
61cd35becf
Merge branch 'main' into add-audit-logs
...
# Conflicts:
# backend/go.sum
2022-09-14 14:32:48 +02:00
0c33506888
chore: document audit_log config options
2022-09-14 10:03:17 +02:00
6cc7c66c0e
refactor: rename private api references
2022-09-13 14:00:42 +02:00
eec0465d9d
fix(jwk): remove conflicting order by clause when retriving last jwt from db
...
also adjusts secret keys config documentation
2022-08-30 12:57:47 +02:00
4c67661ea7
docs(backend): document min_password_length config option
2022-08-24 17:23:45 +02:00
067ca8d755
feat: handle auth-token header and create cross domain cookies ( #135 )
...
feat: handle auth-token header and create cross domain cookies
2022-07-28 14:35:44 +02:00
0daaf012bb
More edits for clarity and consistency
2022-07-06 10:46:49 +02:00
e05f04d559
Edited WebAuthn explanation for more clarity
2022-07-06 10:24:25 +02:00
44c5225dc3
Update Config.md
2022-07-06 09:21:45 +02:00
afee75f426
Update Config.md
2022-07-05 14:57:56 +02:00