selfservice profile url #11

Closed
opened 2021-03-31 15:05:35 +00:00 by philipp · 0 comments
Owner

urls must not contain dots in path (frontend router will not match). keys need to be base64 encoded.

current

http://localhost:3000/profile/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NDksImV4cCI6MTg5MTk4Njk1NTkwODUwLCJpYXQiOjE2MTcxOTA4NTB9.vyt-MeWoc6UBUESl6GUUKG5iOKYsE3tYiZC7fbzM2l0

should be

http://localhost:3000/profile/ZXlKaGJHY2lPaUpJVXpJMU5pSXNJblI1Y0NJNklrcFhWQ0o5LmV5SnBaQ0k2TkRrc0ltVjRjQ0k2TVRnNU1UazROamsxTlRrd09EVXdMQ0pwWVhRaU9qRTJNVGN4T1RBNE5UQjkudnl0LU1lV29jNlVCVUVTbDZHVVVLRzVpT0tZc0UzdFlpWkM3ZmJ6TTJsMA==
urls must not contain dots in path (frontend router will not match). keys need to be base64 encoded. ### current ``` http://localhost:3000/profile/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NDksImV4cCI6MTg5MTk4Njk1NTkwODUwLCJpYXQiOjE2MTcxOTA4NTB9.vyt-MeWoc6UBUESl6GUUKG5iOKYsE3tYiZC7fbzM2l0 ``` ### should be ``` http://localhost:3000/profile/ZXlKaGJHY2lPaUpJVXpJMU5pSXNJblI1Y0NJNklrcFhWQ0o5LmV5SnBaQ0k2TkRrc0ltVjRjQ0k2TVRnNU1UazROamsxTlRrd09EVXdMQ0pwWVhRaU9qRTJNVGN4T1RBNE5UQjkudnl0LU1lV29jNlVCVUVTbDZHVVVLRzVpT0tZc0UzdFlpWkM3ZmJ6TTJsMA== ```
philipp added the
bug
priority:high
labels 2021-03-31 15:05:35 +00:00
niggl closed this issue 2021-03-31 17:46:00 +00:00
Sign in to join this conversation.
No Label
bug
priority:high
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: lfk/mailer#11
No description provided.