Skip to main content
Module

x/djwt/.travis.yml

Create and verify JSON Web Tokens (JWT) with Deno or the browser.
Very Popular
Go to Latest
File
language: python
install: - curl -fsSL https://deno.land/x/install/install.sh | sh - export PATH="$HOME/.deno/bin:$PATH"
script: - deno run -A test.ts