/openbmc/webui-vue/src/views/Login/ |
H A D | index.js | e080a1a7593e83a49d623ffdd452fd0e1c617889 Wed Dec 04 16:30:08 CST 2019 Derick Montague <derick.montague@ibm.com> Add login and logout functionality
- Add AuthenticationStore - Add ability to login and logout - Add route navigation guard - Add login styles - Add temporary authentication for api call - Add Login directory - Add index.js
In order to login a .env.development.local file that contains BASE_URL="https://<ip address> or <FQDN>"
Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: I88b93e287e66f4bae82a1ec2934cdef12d78264e
|
H A D | Login.vue | e080a1a7593e83a49d623ffdd452fd0e1c617889 Wed Dec 04 16:30:08 CST 2019 Derick Montague <derick.montague@ibm.com> Add login and logout functionality
- Add AuthenticationStore - Add ability to login and logout - Add route navigation guard - Add login styles - Add temporary authentication for api call - Add Login directory - Add index.js
In order to login a .env.development.local file that contains BASE_URL="https://<ip address> or <FQDN>"
Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: I88b93e287e66f4bae82a1ec2934cdef12d78264e
|
/openbmc/webui-vue/src/ |
H A D | App.vue | diff e080a1a7593e83a49d623ffdd452fd0e1c617889 Wed Dec 04 16:30:08 CST 2019 Derick Montague <derick.montague@ibm.com> Add login and logout functionality
- Add AuthenticationStore - Add ability to login and logout - Add route navigation guard - Add login styles - Add temporary authentication for api call - Add Login directory - Add index.js
In order to login a .env.development.local file that contains BASE_URL="https://<ip address> or <FQDN>"
Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: I88b93e287e66f4bae82a1ec2934cdef12d78264e
|
H A D | main.js | diff e080a1a7593e83a49d623ffdd452fd0e1c617889 Wed Dec 04 16:30:08 CST 2019 Derick Montague <derick.montague@ibm.com> Add login and logout functionality
- Add AuthenticationStore - Add ability to login and logout - Add route navigation guard - Add login styles - Add temporary authentication for api call - Add Login directory - Add index.js
In order to login a .env.development.local file that contains BASE_URL="https://<ip address> or <FQDN>"
Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: I88b93e287e66f4bae82a1ec2934cdef12d78264e
|
/openbmc/webui-vue/src/assets/styles/ |
H A D | _obmc-custom.scss | diff e080a1a7593e83a49d623ffdd452fd0e1c617889 Wed Dec 04 16:30:08 CST 2019 Derick Montague <derick.montague@ibm.com> Add login and logout functionality
- Add AuthenticationStore - Add ability to login and logout - Add route navigation guard - Add login styles - Add temporary authentication for api call - Add Login directory - Add index.js
In order to login a .env.development.local file that contains BASE_URL="https://<ip address> or <FQDN>"
Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: I88b93e287e66f4bae82a1ec2934cdef12d78264e
|
/openbmc/webui-vue/src/layouts/ |
H A D | AppLayout.vue | e080a1a7593e83a49d623ffdd452fd0e1c617889 Wed Dec 04 16:30:08 CST 2019 Derick Montague <derick.montague@ibm.com> Add login and logout functionality
- Add AuthenticationStore - Add ability to login and logout - Add route navigation guard - Add login styles - Add temporary authentication for api call - Add Login directory - Add index.js
In order to login a .env.development.local file that contains BASE_URL="https://<ip address> or <FQDN>"
Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: I88b93e287e66f4bae82a1ec2934cdef12d78264e
|
/openbmc/webui-vue/src/store/modules/Authentication/ |
H A D | AuthenticanStore.js | e080a1a7593e83a49d623ffdd452fd0e1c617889 Wed Dec 04 16:30:08 CST 2019 Derick Montague <derick.montague@ibm.com> Add login and logout functionality
- Add AuthenticationStore - Add ability to login and logout - Add route navigation guard - Add login styles - Add temporary authentication for api call - Add Login directory - Add index.js
In order to login a .env.development.local file that contains BASE_URL="https://<ip address> or <FQDN>"
Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: I88b93e287e66f4bae82a1ec2934cdef12d78264e
|
/openbmc/webui-vue/src/store/ |
H A D | api.js | diff e080a1a7593e83a49d623ffdd452fd0e1c617889 Wed Dec 04 16:30:08 CST 2019 Derick Montague <derick.montague@ibm.com> Add login and logout functionality
- Add AuthenticationStore - Add ability to login and logout - Add route navigation guard - Add login styles - Add temporary authentication for api call - Add Login directory - Add index.js
In order to login a .env.development.local file that contains BASE_URL="https://<ip address> or <FQDN>"
Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: I88b93e287e66f4bae82a1ec2934cdef12d78264e
|
H A D | index.js | diff e080a1a7593e83a49d623ffdd452fd0e1c617889 Wed Dec 04 16:30:08 CST 2019 Derick Montague <derick.montague@ibm.com> Add login and logout functionality
- Add AuthenticationStore - Add ability to login and logout - Add route navigation guard - Add login styles - Add temporary authentication for api call - Add Login directory - Add index.js
In order to login a .env.development.local file that contains BASE_URL="https://<ip address> or <FQDN>"
Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: I88b93e287e66f4bae82a1ec2934cdef12d78264e
|
/openbmc/webui-vue/src/router/ |
H A D | index.js | diff e080a1a7593e83a49d623ffdd452fd0e1c617889 Wed Dec 04 16:30:08 CST 2019 Derick Montague <derick.montague@ibm.com> Add login and logout functionality
- Add AuthenticationStore - Add ability to login and logout - Add route navigation guard - Add login styles - Add temporary authentication for api call - Add Login directory - Add index.js
In order to login a .env.development.local file that contains BASE_URL="https://<ip address> or <FQDN>"
Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: I88b93e287e66f4bae82a1ec2934cdef12d78264e
|
/openbmc/webui-vue/src/components/AppHeader/ |
H A D | AppHeader.vue | diff e080a1a7593e83a49d623ffdd452fd0e1c617889 Wed Dec 04 16:30:08 CST 2019 Derick Montague <derick.montague@ibm.com> Add login and logout functionality
- Add AuthenticationStore - Add ability to login and logout - Add route navigation guard - Add login styles - Add temporary authentication for api call - Add Login directory - Add index.js
In order to login a .env.development.local file that contains BASE_URL="https://<ip address> or <FQDN>"
Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: I88b93e287e66f4bae82a1ec2934cdef12d78264e
|