1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
Commit Graph

13 Commits

Author SHA1 Message Date
Ivar Conradi Østhus
b912768923
feat: move secrets to settings (#577)
* feat: move secrets to settings

* feat: Add better support for detailed db options.

Added db field in options to allow better control of
db-options. Especially important to allow special chars
in database password which might lead to an invaid url
when defined as a database-url.

* fix: integrate logger with knex logger

* fix: remove secret option from all examples

* fix: more options.js unit tests

* fix: added settings-store e2e tests
2020-04-13 22:38:46 +02:00
Mitchell Herrijgers
8043439113 Add sample Keycloak Authentication hook 2020-02-20 08:34:24 +01:00
Valentin Jonovs
7c67e6bcc3 Fix typos in documentation 2020-02-20 08:34:21 +01:00
ivaosthu
8a53d8dca2 chore: Fix formatting all the things 2020-02-20 08:34:15 +01:00
ivaosthu
0c2d58b984 chore(documentation): Added Docusaurus with a website
fixes #355
2020-02-20 08:34:14 +01:00
Denis Dzyubenko
570bdd9f90 Fixed typos and broken links in the documentation 2020-02-20 08:34:12 +01:00
Stig Kleppe-Jørgensen
089da78c64 Spelling fixes 2020-02-20 08:34:08 +01:00
Ivar Conradi Østhus
68e73da236 Fix typo 2020-02-20 08:34:07 +01:00
Paul Nelson
2491dfd7be Add example and documentation around triggering login modal #234 2020-02-20 08:34:07 +01:00
Ivar Conradi Østhus
44047490e4 Update securing-unleash.md 2020-02-20 08:34:07 +01:00
ivaosthu
68a9feaa8a Document how to secure client api #231 2020-02-20 08:34:06 +01:00
ivaosthu
fea601099a Document how to secure Unleash.
closes: #233
2020-02-20 08:34:06 +01:00
ivaosthu
f4feab89f3 Implement authentication support for Unleash UI.
Closes: #261, #233, #232, #231
2020-02-20 08:34:06 +01:00