Skip to content

Commit

Permalink
Initialize repository for workshop
Browse files Browse the repository at this point in the history
  • Loading branch information
Erwan Dano authored and Erwan Dano committed Mar 23, 2024
1 parent 32ced16 commit a8bc862
Show file tree
Hide file tree
Showing 162 changed files with 19,793 additions and 20,558 deletions.
8 changes: 0 additions & 8 deletions CONTRIBUTING.md

This file was deleted.

21 changes: 0 additions & 21 deletions LICENSE

This file was deleted.

20 changes: 14 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Transmit Security Webinar - March 26, 2024
# Transmit Security Webinar - March 26th, 2024

This repository contains three branches:
- **main**: shows a full Detection and Response integration
- **adding-drs-starter** is the starting point of the webinar, a base code to learn how to implement the Transmit Security's Detection and Response Service in a project
- **adding-detection-solution** is the first solution of the webinar, where the Detection and Response Service is integrated in silent (monitoring) mode.
- **adding-response-solution** is the solution of the webinar, where the Detection and Response Service is integrated to prevent a session from being used when a risk is detected.


## Prerequistes

Expand All @@ -9,16 +14,18 @@ Software installed:
- NodeJS 18.6+, with npm
- A Javascript IDE, we recommend [VSCode](https://code.visualstudio.com/)

With VScode, we also recommend the plugin [Vue Official](https://marketplace.visualstudio.com/items?itemName=Vue.volar) in version 2.0.5.

## Getting started

Clone this repository, make sure to select the branch `adding-detectionandresponse-starter`
Clone this repository, make sure to select the branch `adding-drs-starter`

```bash
git clone -b adding-detectionandresponse-starter https://github.com/TransmitSecurity/Mar26Workshop.git
git clone -b adding-drs-starter https://github.com/TransmitSecurity/Mar26Workshop.git
```

Install the project dependencies.
Make sure you have *NodeJS 18.6 or higher*.
Make sure you have NodeJS 18.6 or higher.

```bash
npm install
Expand All @@ -31,10 +38,11 @@ npm run dev
```

Follow the webinar !
You also have the documentation in [./docs/add-passkeys.md](./docs/add-passkeys.md).
You also have the documentation in [./docs/add-detection-and-response.md](./docs/add-detection-and-response.md).


## Resources

You can use NVM to manage multiple versions of NodeJS
* [NVM for Windows](https://github.com/coreybutler/nvm-windows)
* [NVM on MacOS](https://github.com/nvm-sh/nvm?tab=readme-ov-file#installing-and-updating)
* [NVM on MacOS](https://github.com/nvm-sh/nvm?tab=readme-ov-file#installing-and-updating)
55 changes: 0 additions & 55 deletions client-lib/CHANGELOG.md

This file was deleted.

40 changes: 0 additions & 40 deletions client-lib/PUBLISHING.md

This file was deleted.

104 changes: 0 additions & 104 deletions client-lib/README.md

This file was deleted.

Loading

0 comments on commit a8bc862

Please sign in to comment.