neuland-ingolstadt / neuland.app

A free & open source, web-based replacement for the official app of the Technische Hochschule Ingolstadt built with React and Next.js.
https://neuland.app
GNU Affero General Public License v3.0
36 stars 33 forks source link

Strip whitespaces around username #281

Closed Robert27 closed 1 year ago

Robert27 commented 1 year ago

๐Ÿค– Generated by Copilot at 558e9f5

Summary

๐Ÿงน๐Ÿšซ๐Ÿ”

Sanitize username input for THI authentication. The file thi-session-handler.js was modified to trim any whitespaces from the username before creating a session.

Walkthrough

Requested by @Lukas132465