Skip to content

An empty Sinatra app with implemented JWT authentication

Notifications You must be signed in to change notification settings

drewcimino/square_two

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An empty Sinatra app with implemented JWT authentication

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages