Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 501 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 501 Bytes

JWT Server

Small application issuing JWT tokens for Iconfinder API

Version 3 of the API requires authentication with JWT tokens, issued with your API application ID and secret. You can get them from your profile page. Set them as environment variables CLIENT_ID and CLIENT_SECRET and run the server with node index.js.

Deploy