Giter Club home page Giter Club logo

barong-jwt's Introduction

Barong JWT

Tool to forge barong JWT to be used in any service intended to run in the Barong ecosystem. It is very useful in developement mode to develop and test a microservice without the need of deploying any dependency of the stack.

Parameters

Param Default Description
uid U487205863 UID
email [email protected] Email
role admin Role
level 3 Level

JWT_PRIVATE_KEY_PATH is used to specify JWT private key path, otherwise config/rsa-key would be created and used.

Example of API call to barong

# Create the secret key file if it doesn't exist
barong-jwt

# Configure barong to use a specific secret file
export JWT_PRIVATE_KEY_PATH=config/rsa-key

# Run barong server
rails s

From another terminal tab:

JWT=$(barong-jwt --uid IDBD12DEB15B)
curl -H "Authorization: Bearer ${JWT}" localhost:3000/api/v2/resource/users/me

License

Barong JWT is released under the terms of the Apache License 2.0.

It's used in openware cryptocurrency exchange software stack, and more!

barong-jwt's People

Contributors

calj avatar vshatravenko avatar

Watchers

 avatar

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.