29 Oct 2021 |
free65 | to transform clojure in the main job is not easy | 17:33:51 |
ifs | If you're a full stack developer, I'd say it's not that hard either, but I work as a computational linguist , and so far it's either some text analytics with python libs or writing rules in formal languages | 17:35:49 |
free65 | that sounds very intersting, anyway | 17:36:29 |
| oysmal joined the room. | 22:30:13 |
30 Oct 2021 |
| @littleli:matrix.org left the room. | 00:56:18 |
| @sudoreboot:matrix.org left the room. | 19:20:43 |
2 Nov 2021 |
Yeikoff | In reply to @free65:matrix.org I'm trying to figure out the best way to implement authentication in Luminous using JWT token I am on a similar boat. I just followed buddy's and luminus' documentation to get a half working implementation. no refresh_token yet. I would really appreciate if you were to report back any progress. Your implementation might be at a further step than mine (specially the clojurescript bit), but I am happy to share my code if you think it might be of any help. | 11:40:47 |
Yeikoff | In reply to @ifs:matrix.org If you're a full stack developer, I'd say it's not that hard either, but I work as a computational linguist , and so far it's either some text analytics with python libs or writing rules in formal languages Cool! I am a statistician and did my fair share of NLP some years back. I did it in R, which is lispier... somewhat :D | 11:48:30 |
free65 | In reply to @yeik-the-spik:matrix.org I am on a similar boat. I just followed buddy's and luminus' documentation to get a half working implementation. no refresh_token yet. I would really appreciate if you were to report back any progress. Your implementation might be at a further step than mine (specially the clojurescript bit), but I am happy to share my code if you think it might be of any help. I think we are at the same point. I have token working, but no refresh token, yet. I'm thinking about the best strategy to implement it and what to save in the token. I'm thinking about creating a refresh token with no information saved in it and to save in database the refresh token connected to the user. When access token expires the application loads from db the username and the role, in order to create the new access token. | 11:56:12 |
free65 | The access token is in-memory only, saved in a re-frame atom | 11:57:45 |
Yeikoff | yeah, seems similar. I guess the only thing I can add is: you can save the tokens on client's browser cache. | 12:02:17 |
Yeikoff | You could store both there and if token out of date, send refresh and get new token | 12:02:33 |
free65 | the refresh token can be saved in a cookie | 12:02:46 |
Yeikoff | but I am a statistician, not a developer, so I am learning as I go. | 12:02:54 |
Yeikoff | :D | 12:02:58 |
free65 | I'm not a clojure professiona ldeveloper too, so I'm learning by doing too | 12:03:38 |
free65 | as soon as I have a working implementation of refresh token I'll share it | 12:04:22 |
Yeikoff | Oh, cool. I will do the same, but I do not think I will focus on that particular issue for now. | 12:06:41 |
4 Nov 2021 |
| Retropikzel left the room. | 06:40:51 |
6 Nov 2021 |
| @roman.dronov:matrix.org joined the room. | 16:22:23 |
14 Nov 2021 |
| nazarii joined the room. | 13:25:45 |
18 Nov 2021 |
| normanrichards joined the room. | 02:14:39 |
19 Nov 2021 |
| mukesh bhakuni joined the room. | 18:59:05 |
21 Nov 2021 |
| mawis joined the room. | 13:48:01 |
| mawis set a profile picture. | 14:12:09 |
26 Nov 2021 |
Yeikoff | Can anyone recommend any resources (ideally books) on design? I feel I can code functioning frontends, but I am lacking on the making it nice front | 10:12:18 |
free65 | In reply to @yeik-the-spik:matrix.org Can anyone recommend any resources (ideally books) on design? I feel I can code functioning frontends, but I am lacking on the making it nice front You can start using some framework, like Bulma, it helps you to have a consistent looking. | 15:34:56 |
27 Nov 2021 |
dawdler | yeik-the-spik: The Non-Designers Handbook might be interesting to have a look at, just to understand basic principles | 10:44:01 |
dawdler | * yeik-the-spik: The Non-Designers Designbook might be interesting to have a look at, just to understand basic principles | 10:45:36 |
| el700 joined the room. | 15:35:12 |