Skip to content
Snippets Groups Projects
README.md 288 B
Newer Older
# Auth Service

# Endpoints

## Login

```
/auth/login
```

Request format:

```json
{
  "email": "joebloggs@gmail.com",
  "password": "password123"
}
```

Responses:

## Register

```
/auth/register
```

# JWT Validation

How to validate the JWT and extract the user informtion from it