init() {
    this.core.singleton('osjs/auth', () => this.createAuthContract());

    return this.auth.init();
  }