Skip to content

Trimming token file after reading it#191

Merged
SaaldjorMike merged 1 commit into
masterfrom
feature/trim-token-file-issue-72
Jun 2, 2025
Merged

Trimming token file after reading it#191
SaaldjorMike merged 1 commit into
masterfrom
feature/trim-token-file-issue-72

Conversation

@bsocaciu

Copy link
Copy Markdown
Contributor

Fixes #72

Example input:


eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c
    

Output:

eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c

@bsocaciu bsocaciu requested a review from a team as a code owner May 30, 2025 06:48
@SaaldjorMike SaaldjorMike merged commit cebbe5b into master Jun 2, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Accept \n line ending in token file

2 participants