Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions examples/todo-jwt/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# @loopback/example-todo-jwt

This is a modified LoopBack 4 [Todo application](https://github.com/strongloop/loopback-next/tree/master/examples/todo) with JWT authentication, using the `@loopback/authentication-jwt` extension.
This is a modified LoopBack 4
[Todo application](https://github.com/strongloop/loopback-next/tree/master/examples/todo)
with JWT authentication, using the `@loopback/authentication-jwt` extension.

## Overview

This tutorial demonstrates how to add JWT authentication to the [Todo application](https://github.com/strongloop/loopback-next/tree/master/examples/todo).
This tutorial demonstrates how to add JWT authentication to the
[Todo application](https://github.com/strongloop/loopback-next/tree/master/examples/todo).

## Usage

Expand Down
6 changes: 0 additions & 6 deletions examples/todo-jwt/index.d.ts

This file was deleted.

26 changes: 0 additions & 26 deletions examples/todo-jwt/index.js

This file was deleted.

8 changes: 0 additions & 8 deletions examples/todo-jwt/index.ts

This file was deleted.

Loading