Blog

For several projects, I have been busy implementing authentication & authorization using OpenID Connect (OIDC), which is an authentication layer on top of OAuth2.0. This protocol allows Single Sign-on, i.e. using Keycloak or ADFS. I created a library called mozilla-django-oidc-db - built on top of mozilla-django-oidc - which allows the configuration for connecting to OIDC Providers at runtime, by storing the configuration in the database. Additionally, this library overrides the default identifiers for users and provides some other utilities, check it out on GitHub

I uploaded a tool for sentiment analysis that I built from the ground up. You can enter a sentence that conveys some sentiment (like 'this is very good', or 'terribly done') and the tool should tell whether this sentence's sentiment is positive or negative (although its results are not fantastic yet, I'm working on it!). Check the Projects tab for more information and a demo!