Skip to content

cosmoneto1/node_jwt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NodeJs JsonWebToken

Nodejs, expressjs e passportjs. Exemplo de uma aplicação rest em nodejs com json web token.

Start

$ cd node_jwt && npm install && node index.js

Urls

get: localhost:3000
post: localhost:3000/token
        email:[email protected]
        password:sarah123

 get: localhost:3000/user
        Headers
            Authorization: Bearer token

About

Nodejs, expressjs e passportjs

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors