Skip to content

nais/texas

Repository files navigation

Texas 🤠

Token Exchange as a Service.

       ____
      !     !
      !     !
      !      `-  _ _    _ 
      |              ```  !      _
 _____!                   !     | |
 \,                        \    | |_ _____  ____ _ ___
   l    _                  ;    | __/ _ \ \/ / _` / __|
    \ _/  \.              /     | ||  __/>  < (_| \__ \
            \           .’       \__\___/_/\_\__,_|___/
             .       ./’
              `.    ,
                \   ;
                  ``’

development

setup environment:

make setup

start mocks:

docker-compose up -d

run texas:

cargo run

production

make all