Santiago Dueñas
Santiago Dueñas
Sometimes is good to have a user that can have access to see only the identities but not to modify certain things. It would be nice to have this kind...
The new version of SortingHat provides an authentication method based on Django auth and JSON Web Tokens (JWT). OpenID is a good option for single sign on, specially if someone...
Some implementation details about how relationships between teams are stored in the database are exposed using the GraphQL API. End users don't need this information so it shouldn't be available....
Values with polish characters `l` and `ł` are considered equal in the database giving false positives when a similar identities with these characters are inserted. For example, having the next...
The current schema allows to insert values for the current `Identity` properties: `source`, `email`, `name` and `username` that due to their length are truncated to fit in the fields of...