#
paseto
Here are 21 public repositories matching this topic...
PASETO: Platform-Agnostic Security Tokens
-
Updated
Mar 22, 2020 - JavaScript
-
Updated
Jul 4, 2020 - C#
Java Implementation of Platform-Agnostic Security Tokens - https://paseto.io
java
security
jwt
authentication
token
token-authetication
token-based-authentication
paseto
paseto-tokens
-
Updated
Feb 10, 2020 - Java
A library for creating and parsing Paseto in Java
-
Updated
Jun 5, 2020 - Java
An easy to use licensing system, using asymmetric cryptography to generate and validate licenses.
-
Updated
Jan 13, 2020 - Elixir
Paseto middleware for GoLang
-
Updated
May 13, 2018 - Go
PASETO (Platform-Agnostic Security Tokens) for Lua
jwt
lua
jose
authorization
libsodium
ed25519
authenticated-encryption
paseto
stateless-token
authorization-token
-
Updated
Sep 3, 2018 - Lua
A Guardian.Token implementation for Paseto tokens (https://paseto.io)
-
Updated
Sep 26, 2019 - Elixir
Kong plugin for PASETO (Platform-Agnostic Security Tokens)
authentication
authorization
kong
kong-plugin
authentication-token
paseto
stateless-token
authorization-token
-
Updated
Jan 8, 2019 - Lua
Build a SPA or SSR web application with phalcon, vue.js(nuxt.js) and centrifugo.
-
Updated
Apr 6, 2018 - PHP
Android Implementation of Platform-Agnostic Security Tokens - https://paseto.io
java
security
jwt
authentication
android-library
token
token-authentication
token-based-authentication
paseto
paseto-tokens
-
Updated
Aug 8, 2019 - Java
Improve this page
Add a description, image, and links to the paseto topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the paseto topic, visit your repo's landing page and select "manage topics."
Given that PASETO is designed for "Resistance to Implementation Error / Misuse", I'm surprised the examples don't cover calling
JSONToken.Validate, nor doesJSONToken.UnmarshalJSONdo this on it's own.The documentation does indicate that the standard claims are optional, which would mean that calling the default set of validation functions during
JSONToken.Unmarshalmight break the curre