PowerStack JWT Auth service
320
PowerStack JWT authentication server.
ā”ļø PowerStack: a powerful fullstack development frameworkā .
Disclaimer: This is a work in progress. Will be finalized soon.
JSON Web Tokens are an open, industry standard RFC 7519 method for representing claims securely between two parties
jwt.ioā allows you to decode, verify and generate JWT.
OAuth 2.0 is the industry-standard protocol for authorization. Learn more at oauth.net/2/ā

{
username: 'powerstack',
address: '0x',
auth_method: 'web3_solana',
['https://hasura.io/jwt/claims']: {
'x-hasura-allowed-roles': ['user'],
'x-hasura-default-role': 'user',
'x-hasura-user-username': 'powerstack',
'x-hasura-user-address': '0x',
'x-hasura-user-auth-method': 'web3_solana',
},
},
# Build the image
docker build -t powerstack-auth:local .
# Start a container
docker run --name powerstack-auth --env-file .env -p 4001:4001 -d powerstack-auth:local
# Get container ID
docker ps -aqf "name=^powerstack-auth$"
# Print app output
docker logs -f powerstack-auth
# Stop, start, restart, kill
docker stop powerstack-auth
docker start powerstack-auth
docker restart powerstack-auth
docker kill powerstack-auth
We use a Discussions Boardā to gather thoughts, bug reports and feature requests from the community.
Follow the standard Github Flow for PRs. Contributing Guidelinesā .
Blockmatic is building a robust ecosystem of people and tools for the development of blockchain applications.
Content type
Image
Digest
sha256:0a3a9d5f3ā¦
Size
569.2 MB
Last updated
about 4 years ago
docker pull blockmatic/powerstack-auth