authelia/web/src/services
James Elliott fcd0b5e46a
[FEATURE] Allow Authelia to listen on a specified path (#1027)
* [FEATURE] Allow Authelia to listen on a specified path

* Fix linting and add a couple typescript types

* Template index.html to support base_url

* Update docs and configuration template

* Access base path from body attribute.

* Update CSP

* Fix unit test
Also remove check for body as this will never get triggered, react itself is loaded inside the body so this has to always be successful.

* Template index.html with ${PUBLIC_URL}

* Define PUBLIC_URL in .env(s)

* Add docs clarification

Co-authored-by: Amir Zarrinkafsh <nightah@me.com>
Co-authored-by: Clement Michaud <clement.michaud34@gmail.com>
2020-05-21 12:20:55 +10:00
..
Api.ts [FEATURE] Allow Authelia to listen on a specified path (#1027) 2020-05-21 12:20:55 +10:00
Client.ts [FEATURE] Allow Authelia to listen on a specified path (#1027) 2020-05-21 12:20:55 +10:00
Configuration.ts [FEATURE] TOTP Tuning Configuration Options and Fix Timer Graphic (#773) 2020-03-25 12:48:20 +11:00
FirstFactor.ts Rewrite authelia frontend to improve user experience. 2019-12-05 11:05:24 +01:00
OneTimePassword.ts Rewrite authelia frontend to improve user experience. 2019-12-05 11:05:24 +01:00
PushNotification.ts Rewrite authelia frontend to improve user experience. 2019-12-05 11:05:24 +01:00
RegisterDevice.ts Rewrite authelia frontend to improve user experience. 2019-12-05 11:05:24 +01:00
ResetPassword.ts Rewrite authelia frontend to improve user experience. 2019-12-05 11:05:24 +01:00
SecurityKey.ts Rewrite authelia frontend to improve user experience. 2019-12-05 11:05:24 +01:00
SignIn.ts Rewrite authelia frontend to improve user experience. 2019-12-05 11:05:24 +01:00
SignOut.ts Rewrite authelia frontend to improve user experience. 2019-12-05 11:05:24 +01:00
State.ts [FEATURE] Allow Authelia to listen on a specified path (#1027) 2020-05-21 12:20:55 +10:00
UserPreferences.ts Fix spelling errors 2020-01-10 11:33:18 +01:00