# Hoe maak ik een login op mijn front-end applicatie naar een specifieke Discourse site?

**URL:** https://meta.discourse.org/t/how-to-create-a-login-on-my-front-end-application-to-a-specific-discourse-site/248892
**Category:** Development
**Created:** [14 december 2022 om 07:52 UTC](https://meta.discourse.org/t/how-to-create-a-login-on-my-front-end-application-to-a-specific-discourse-site/248892 "2022-12-14T07:52:27Z")
**Posts on this page:** 1
**Showing post:** 10

<div class="post-metadata">

### Author: ![RyanKF](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ryankf/32/231027_2.png) [@RyanKF](https://meta.discourse.org/u/RyanKF)
#### Post date: [14 december 2022 om 14:05 UTC](https://meta.discourse.org/t/how-to-create-a-login-on-my-front-end-application-to-a-specific-discourse-site/248892/10 "2022-12-14T14:05:51Z")

</div>

FWIW, Lexicon is not abandoned and is still under active development.

@Roie_Natan if you are familiar with Javascript, you could look at Lexicon’s source code to see how it was accomplished.

However as @merefield pointed out there are existing posts that could help you along in figuring it out.

Here is one resource talking about user sessions: [Storing extra data about a user's session - #3 by sam](https://meta.discourse.org/t/storing-extra-data-about-a-users-session/115197/3)

And you might also find the auth flow from @pmusaraj’s app useful:

> <https://github.com/pmusaraj/discourse-mobile-single-site-app/blob/main/js/Authenticate.js>

---

_[View the full topic](https://meta.discourse.org/t/how-to-create-a-login-on-my-front-end-application-to-a-specific-discourse-site/248892)._
