Skip to content

SneaksAndData/boxer-issuer

Repository files navigation

Introduction

Boxer Authorization (AuthZ) API with Signature Based Authentication Provider (Authn)

Usage

Enabling Boxer Authorization (AuthZ) or Authentication (AuthN) in your app

Integration testing

To run integration tests, you need to set up a test environment with the following:

$ docker-compose up -d

To obtain an external token for testing, you can use the following command:

$ curl \
  -d "client_id=test_client" \
  -d "client_secret=test_client_secret" \
  -d "username=test_user" \
  -d "password=test_user_password" \
  -d "grant_type=password" \
  "http://localhost:8080/realms/master/protocol/openid-connect/token"

About

Open-source and lightweight modular AuthZ solution

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors 4

  •  
  •  
  •  
  •