Coder Social home page Coder Social logo

go-with-jwt's Introduction

GO with JWT

This is an example project to give you some hints in order to integrate jwt authentication with Buffalo.

There is a blog post on Medium that explains part of the code you'll find here.

Starting the Application

You can run the app with:

$ JWT_KEY_PATH=/{project-path}/jwtRS256.key buffalo dev

Two routes are set:

// Requires email and password. Response contains a JWT token
$ POST http://127.0.0.1:3000/api/v1/auth/login

// Requires JWT token set in Authorization header
$ GET http://127.0.0.1:3000/api/v1/users/me 

Testing the Application

You can run tests with:

$ JWT_KEY_PATH=/{project-path}/jwtRS256.key buffalo test

Contributing

PRs are very welcome to improve the project as it may be used by many developers to get started with a JWT base Buffalo app.

go-with-jwt's People

Contributors

fdonzello avatar jordan-rash avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

go-with-jwt's Issues

Run buffalo updatex

Hey, I find your tutorial and this project really helpful. I thought I would recommend you run buffalo updatex and update the main.go to use app.Server as opposed to app.Start to have to project work with the newest buffalo version.

If you'd prefer, I can do a PR as I have already done these few steps and have the test working.
Thanks again!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.