An Implementation of JSON Web Tokens
Hi, Sean Glazier (who has trouble subscribing to the mailing lists, in CC) is looking for an implementation of JSON Web Tokens (https://tools.ietf.org/html/rfc7519). Is there anyone who can help him ? He is doing his first Pharo project coming from VW, and of course he has time constraints. Thanks, Sven
I uploaded an old implementation of mine. It is not fully implemented but usable for the easy case. http://smalltalkhub.com/#!/~NorbertHartl/JSONWebToken <http://smalltalkhub.com/#!/~NorbertHartl/JSONWebToken> Hope it helps, Norbert
Am 21.07.2016 um 10:04 schrieb Sven Van Caekenberghe <sven@stfx.eu>:
Hi,
Sean Glazier (who has trouble subscribing to the mailing lists, in CC) is looking for an implementation of JSON Web Tokens (https://tools.ietf.org/html/rfc7519). Is there anyone who can help him ?
He is doing his first Pharo project coming from VW, and of course he has time constraints.
Thanks,
Sven
Great, thanks Norbert !
On 21 Jul 2016, at 12:04, Norbert Hartl <norbert@hartl.name> wrote:
I uploaded an old implementation of mine. It is not fully implemented but usable for the easy case.
http://smalltalkhub.com/#!/~NorbertHartl/JSONWebToken
Hope it helps,
Norbert
Am 21.07.2016 um 10:04 schrieb Sven Van Caekenberghe <sven@stfx.eu>:
Hi,
Sean Glazier (who has trouble subscribing to the mailing lists, in CC) is looking for an implementation of JSON Web Tokens (https://tools.ietf.org/html/rfc7519). Is there anyone who can help him ?
He is doing his first Pharo project coming from VW, and of course he has time constraints.
Thanks,
Sven
Hi, Thank you so much. did you use it in a seaside widget as well? if so could I see it? If this is a dumb question please forgive me. I will also see if I need additional code and will update it as well as corresponding tests. I have been working balls to the walls cause we have little time to port things tes then deploy. Of course, they never give us enough time and we start off 2 weeks behind just like engineering school. ( RPI for me). I am really looking forward to getting a great project done though and when I succeed I will put links to it so folk can see what we did. Again Thank you! Kind Regards, Sean Glazier On Thu, Jul 21, 2016 at 6:04 AM, Norbert Hartl <norbert@hartl.name> wrote:
I uploaded an old implementation of mine. It is not fully implemented but usable for the easy case.
http://smalltalkhub.com/#!/~NorbertHartl/JSONWebToken
Hope it helps,
Norbert
Am 21.07.2016 um 10:04 schrieb Sven Van Caekenberghe <sven@stfx.eu>:
Hi,
Sean Glazier (who has trouble subscribing to the mailing lists, in CC) is looking for an implementation of JSON Web Tokens ( https://tools.ietf.org/html/rfc7519). Is there anyone who can help him ?
He is doing his first Pharo project coming from VW, and of course he has time constraints.
Thanks,
Sven
On 21 Jul 2016, at 18:00, Sean Glazier <sglazier456@gmail.com> wrote:
Hi,
Thank you so much. did you use it in a seaside widget as well? if so could I see it? If this is a dumb question please forgive me. I will also see if I need additional code and will update it as well as corresponding tests. I have been working balls to the walls cause we have little time to port things tes then deploy.
Of course, they never give us enough time and we start off 2 weeks behind just like engineering school. ( RPI for me).
I am really looking forward to getting a great project done though and when I succeed I will put links to it so folk can see what we did.
Well, first finish your project, then worry about the rest. Good Luck !
Again Thank you!
Kind Regards,
Sean Glazier
On Thu, Jul 21, 2016 at 6:04 AM, Norbert Hartl <norbert@hartl.name> wrote: I uploaded an old implementation of mine. It is not fully implemented but usable for the easy case.
http://smalltalkhub.com/#!/~NorbertHartl/JSONWebToken
Hope it helps,
Norbert
Am 21.07.2016 um 10:04 schrieb Sven Van Caekenberghe <sven@stfx.eu>:
Hi,
Sean Glazier (who has trouble subscribing to the mailing lists, in CC) is looking for an implementation of JSON Web Tokens (https://tools.ietf.org/html/rfc7519). Is there anyone who can help him ?
He is doing his first Pharo project coming from VW, and of course he has time constraints.
Thanks,
Sven
Hi Sean,
Am 21.07.2016 um 18:00 schrieb Sean Glazier <sglazier456@gmail.com>:
Hi,
Thank you so much. did you use it in a seaside widget as well? if so could I see it? If this is a dumb question please forgive me. I will also see if I need additional code and will update it as well as corresponding tests. I have been working balls to the walls cause we have little time to port things tes then deploy.
Of course, they never give us enough time and we start off 2 weeks behind just like engineering school. ( RPI for me).
I am really looking forward to getting a great project done though and when I succeed I will put links to it so folk can see what we did.
Again Thank you!
I never used it together for seaside just to authenticate REST based stuff. The solution should be similar. It would be a good idea to describe what you are trying to achieve. Otherwise it is really hard to give proper advize. Norbert
Kind Regards,
Sean Glazier
On Thu, Jul 21, 2016 at 6:04 AM, Norbert Hartl <norbert@hartl.name <mailto:norbert@hartl.name>> wrote: I uploaded an old implementation of mine. It is not fully implemented but usable for the easy case.
http://smalltalkhub.com/#!/~NorbertHartl/JSONWebToken <http://smalltalkhub.com/#!/~NorbertHartl/JSONWebToken>
Hope it helps,
Norbert
Am 21.07.2016 um 10:04 schrieb Sven Van Caekenberghe <sven@stfx.eu <mailto:sven@stfx.eu>>:
Hi,
Sean Glazier (who has trouble subscribing to the mailing lists, in CC) is looking for an implementation of JSON Web Tokens (https://tools.ietf.org/html/rfc7519 <https://tools.ietf.org/html/rfc7519>). Is there anyone who can help him ?
He is doing his first Pharo project coming from VW, and of course he has time constraints.
Thanks,
Sven
participants (4)
-
Cédrick Béler -
Norbert Hartl -
Sean Glazier -
Sven Van Caekenberghe