paseto | Platform-Agnostic Security Tokens implementation in GO | Authentication library

 by   o1egl Go Version: v2.0.0 License: MIT

kandi X-RAY | paseto Summary

kandi X-RAY | paseto Summary

paseto is a Go library typically used in Security, Authentication, Swagger applications. paseto has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

PASETO (Platform-Agnostic SEcurity TOkens) is a specification and reference implementation for secure stateless tokens.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              paseto has a low active ecosystem.
              It has 708 star(s) with 35 fork(s). There are 22 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 3 open issues and 16 have been closed. On average issues are closed in 117 days. There are 3 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of paseto is v2.0.0

            kandi-Quality Quality

              paseto has no bugs reported.

            kandi-Security Security

              paseto has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              paseto is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              paseto releases are available to install and integrate.
              Installation instructions, examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of paseto
            Get all kandi verified functions for this library.

            paseto Key Features

            No Key Features are available at this moment for paseto.

            paseto Examples and Code Snippets

            No Code Snippets are available at this moment for paseto.

            Community Discussions

            QUESTION

            Use libsodium in NAPI
            Asked 2019-Sep-02 at 10:01

            I am using a library which depends on libsodium (libpaseto). I have installed it on my machine and I am trying to build a nodejs addon.

            I have the following binding.gyp file:

            ...

            ANSWER

            Answered 2019-Sep-02 at 10:01

            So I finally found the answer.In the libsodium documentation it mentions that you have to pass the -lsodium flag to be able to compile without problems.So what I had to do was to add this flag in my libraries in binding.gyp. So here is my final binding.gyp file:

            Source https://stackoverflow.com/questions/57740825

            QUESTION

            Can "token" generated using "Paseto Token" be decrypted and viewed like "JWT Token"?
            Asked 2019-Jul-16 at 02:43

            I am using "Platform agnostic Security Token" for oAuth in Golang - https://github.com/o1egl/paseto

            I am not able to understand, why this is better than JWT even after reading README

            My Major Question is:

            1. Can "token" generated be altered like "JWT" and pass modified or tampered data?
            2. Can "token" generated using "paseto" be decrypted and viewed like "JWT"?

            Paseto library above uses "SET" and "GET" method inside their JSONToken method. Is that how we can verify authenticity of the user?

            Sample Code:

            ...

            ANSWER

            Answered 2019-Jul-16 at 02:43

            1 - Can "token" generated be altered like "JWT" and pass modified or tampered data?

            Note that token cannot be "altered" either using PASETO or JWT without knowing the signing key (which should of course be secret).

            The fact you mention about being able to view the JWT token data in JWT.io page is because data is not encrypted (so you can see it without the key).

            But token is signed, so if you modify any value and don't have the key, you won't be able to sign it back and the token receiver will note the token is not valid when trying to verify it.

            2 - Can "token" generated using "paseto" be decrypted and viewed like "JWT"?

            It depends on how you generate the PASETO token.

            See here:

            https://tools.ietf.org/id/draft-paragon-paseto-rfc-00.html#rfc.section.2

            Format for the token is version.purpose.payload.

            And from the docs:

            The payload is a string that contains the token's data. In a local token, this data is encrypted with a symmetric cipher. In a public token, this data is unencrypted.

            So if you generate the token as in the code snippet you posted (local token, with a symmetric key), then payload will be encrypted (you won't be able to see it unless you know the symmetric key and use that one to decrypt it).

            If you use a public/private key pair, then payload will not be encrypted, so you'll be able to see it without the key (but you'll not be able to change it and sign it again without knowing the private key).

            Source https://stackoverflow.com/questions/57048911

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install paseto

            To install the library use the following command:.

            Support

            IMPORTANT: Version 1 of the protocol is deprecated. For more information see *_test.go files.
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/o1egl/paseto.git

          • CLI

            gh repo clone o1egl/paseto

          • sshUrl

            git@github.com:o1egl/paseto.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Explore Related Topics

            Consider Popular Authentication Libraries

            supabase

            by supabase

            iosched

            by google

            monica

            by monicahq

            authelia

            by authelia

            hydra

            by ory

            Try Top Libraries by o1egl

            govatar

            by o1eglGo

            fwencoder

            by o1eglGo

            gormrus

            by o1eglGo

            syncx

            by o1eglGo

            elogs

            by o1eglGo