23 Commits

Author SHA1 Message Date
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
0afc0b4b7d Feedback, clarity, typos 2022-07-05 14:52:19 +02:00
49aaf65770 Apply suggestions from code review
Co-authored-by: lfleischmann <67686424+lfleischmann@users.noreply.github.com>
2022-07-05 13:41:08 +02:00
d7698d84b5 Update Config.md 2022-06-30 16:41:08 +02:00
f568ab8df9 docs: add some explanations to the config options 2022-06-30 11:14:37 +02:00
48159f360d docs: improve backend README 2022-06-28 12:06:38 +02:00