> For the complete documentation index, see [llms.txt](https://docs.mburger.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mburger.cloud/flutter-sdk/auth.md).

# Auth

{% hint style="success" %}
All the authentication apis are contained in the **`MBAuth`** package.&#x20;
{% endhint %}

You can register a user to MBurger, authenticate that user, and retrieve its information

```dart
import 'package:mburger/mb_auth/mb_auth.dart';
```
