Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 690 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 690 Bytes

Square Two

This is a quick place to get started when you're building a Sinatra app with JWT authentication. I found myself building a lot of microservice-style API applications for myself in Sinatra and wanted to get the boilerplate out of the way. It's not quite starting from square one, but it's close.

How to use it

  • Clone this project
  • Set your own Authentication::ENTITY_LIST in jwt_auth.rb
  • rm -r .git
  • git init

And you're off on your way.

Other things

I dunno, open an issue.

Credits