Bug 220219 - New port: devel/go-jwt Go implementation of JSON Web Tokens
Summary: New port: devel/go-jwt Go implementation of JSON Web Tokens
Status: Closed Not Accepted
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-23 01:05 UTC by Alexandru Ciobanu
Modified: 2017-06-27 22:18 UTC (History)
1 user (show)

See Also:


Attachments
Go implementation of JSON Web Tokens (5.12 KB, patch)
2017-06-23 01:05 UTC, Alexandru Ciobanu
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandru Ciobanu 2017-06-23 01:05:12 UTC
Created attachment 183722 [details]
Go implementation of JSON Web Tokens

This library supports the parsing and verification as well as the generation and signing of JWTs. Current supported signing algorithms are HMAC SHA, RSA, RSA-PSS, and ECDSA, though hooks are present for adding your own.

This is a part of the effort to bring vuls(https://github.com/future-architect/vuls) from WantedPorts(https://wiki.freebsd.org/WantedPorts) to FreeBSD.
Comment 1 Richard Gallamore freebsd_committer freebsd_triage 2017-06-27 21:16:37 UTC
Hello Alexandru, thank you for submitting the port. Can you please add a WWW: <url> at the end of pkg-descr so anyone interested in learning more has a reference.
Comment 2 Alexandru Ciobanu 2017-06-27 22:17:49 UTC
(In reply to Richard Gallamore from comment #1)
Hi Richard, thank you for your feedback.
Per Steve Wills[0] Go libs should not be vendored but included with the package.
I'll pull jwt-go in the vuls package.

[0]https://lists.freebsd.org/pipermail/freebsd-ports/2017-April/108193.html