I haven't, but definitely will look into macaroon for ideas.

On Thursday, February 11, 2016 at 11:44:42 AM UTC-8, Ghadi Shayban wrote:
>
> Btw, ever looked at Macaroons?  Apparently Google uses them internally.
>
> http://research.google.com/pubs/pub41892.html
> http://hackingdistributed.com/2014/05/21/my-first-macaroon/
>
> Ghadi
>
> On Thursday, February 11, 2016 at 1:29:56 PM UTC-5, Michael Ball wrote:
>>
>> Thanks! Yes I looked at JWE, but it just seemed a bit heavy for the need 
>> to only store a simple identifier. Interoperability isn't a concern, as 
>> tickets rarely if ever shared. I just wanted a simple self contained and 
>> easy to use way to package and retrieve identifiers with appropriately 
>> chosen encryption and signing algorithms for the common web-app case.
>>
>>
>> On Thursday, February 11, 2016 at 1:36:53 AM UTC-8, Andrey Antukh wrote:
>>>
>>> Hi Michael!
>>>
>>> Firstly: nice work!
>>>
>>> Do you know about JWE? It does just the same thing but in a 
>>> standarized/interoperable way: 
>>> https://funcool.github.io/buddy-sign/latest/#introduction
>>>
>>> Andrey
>>>
>>> On Thu, Feb 11, 2016 at 8:21 AM, Michael Ball <mi...@mhbtech.com> wrote:
>>>
>>>> Ticket helps create and read encrypted tickets/cookies with expiration 
>>>> dates packaged inside. Feedback and security reviews are welcomed.
>>>>
>>>> https://github.com/mikeball/ticket
>>>>
>>>> Mike
>>>>
>>>> -- 
>>>> You received this message because you are subscribed to the Google
>>>> Groups "Clojure" group.
>>>> To post to this group, send email to clo...@googlegroups.com
>>>> Note that posts from new members are moderated - please be patient with 
>>>> your first post.
>>>> To unsubscribe from this group, send email to
>>>> clojure+u...@googlegroups.com
>>>> For more options, visit this group at
>>>> http://groups.google.com/group/clojure?hl=en
>>>> --- 
>>>> You received this message because you are subscribed to the Google 
>>>> Groups "Clojure" group.
>>>> To unsubscribe from this group and stop receiving emails from it, send 
>>>> an email to clojure+u...@googlegroups.com.
>>>> For more options, visit https://groups.google.com/d/optout.
>>>>
>>>
>>>
>>>
>>> -- 
>>> Andrey Antukh - Андрей Антух - <ni...@niwi.nz>
>>> http://www.niwi.nz
>>> https://github.com/niwinz
>>>
>>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to