Search found 1 match

by kaivatony
11 Jun 2025, 07:40
Forum: General Discussion
Topic: Using Mantis for authentication?
Replies: 3
Views: 8478

Re: Using Mantis for authentication?

You're right — the current API flow in MantisBT requires a personal access token for authentication, and there's no built-in endpoint to generate one using just a username/password combo.

One workaround is to manually create a token through the UI the first time, then store and use it in your app ...