Re: [Pharo-users] [ANN] JSONWebToken

2016-07-24 Thread Sean P. DeNigris
Sean Glazier wrote > I am still trying to figure out how to get a commit to a git repository > hosted > of bit buck to commit etc. The simplest thing you can do is create a filetree:// repo via the Monticello Browser pointing to your local git clone and deal with it as any other repo. -

Re: [Pharo-users] [ANN] JSONWebToken

2016-07-23 Thread Sean Glazier
Hi, You can blame me for that because I could not find a JSON web token. It would be nice to have a search facility. Or am I missing an obvious feature I should be using? I am mostly experienced with cincom smalltalk. I like Pharo. My only criticism is that thing could be easier to set up. I am

Re: [Pharo-users] [ANN] JSONWebToken

2016-07-22 Thread Norbert Hartl
Hey Johan, didn't find it when starting my own. Mine is between 2 and 3 years old. Maybe parallel development ;) Mine is pretty basic and uses only SHA256. I implemented for internal use and just released as sven was asking. Norbert > Am 22.07.2016 um 19:20 schrieb Johan Brichau

Re: [Pharo-users] [ANN] JSONWebToken

2016-07-22 Thread Sven Van Caekenberghe
> On 22 Jul 2016, at 19:20, Johan Brichau wrote: > > Hey Norbert, > > Also see here: http://smalltalkhub.com/#!/~JohanBrichau/Json-WebToken > > ;) And now we have not one but two implementations ? I would guess Johan's version is more Seaside oriented, or not ? > Are

Re: [Pharo-users] [ANN] JSONWebToken

2016-07-22 Thread Johan Brichau
Hey Norbert, Also see here: http://smalltalkhub.com/#!/~JohanBrichau/Json-WebToken ;) Are you using cryptography package? Cheers, Johan > On 22 Jul 2016, at 10:17, Norbert Hartl wrote: > > Hi, > > thanks to the inquiry of Sven I published an implementation of

Re: [Pharo-users] [ANN] JSONWebToken

2016-07-22 Thread Holger Freyther
> On 22 Jul 2016, at 16:17, Norbert Hartl wrote: > Hi! > Taking the assumption of having 20 service images, every image would need to > get back to A in order to check authorization information. The more services > images you have the more load it will put on A. In a

[Pharo-users] [ANN] JSONWebToken

2016-07-22 Thread Norbert Hartl
Hi, thanks to the inquiry of Sven I published an implementation of JSONWebToken to smalltalkhub. It is available at http://smalltalkhub.com/#!/~NorbertHartl/JSONWebToken For those who don't know JSONWebToken or short JWT pronounced "jot"