Skip to content

Feature/2 user module#7

Merged
racibaz merged 45 commits into
mainfrom
feature/2-user-module
Feb 9, 2026
Merged

Feature/2 user module#7
racibaz merged 45 commits into
mainfrom
feature/2-user-module

Conversation

@racibaz

@racibaz racibaz commented Feb 9, 2026

Copy link
Copy Markdown
Owner

Summary

The project needs the auth operation so the user module is added with auth endpoints with platform feature that is seperate the mobile and web auth tokens and timeouts. HMAC is used in jwt as a standard.

## Before

The project just give a demo how we use some architectures and practices.

## After

You can use user module as auth endpoints. Such as login, logout, refresh-token, me and so on.
And also
you can change the

  • JWT_KEY
  • JWT_WEB_TIMEOUT as minutes
  • JWT_MOBILE_TIMEOUT as minutes

in env files

  • example
    JWT_KEY="your-256-bit-secret"
    JWT_WEB_TIMEOUT=120
    JWT_MOBILE_TIMEOUT=3600

close #2

@racibaz racibaz linked an issue Feb 9, 2026 that may be closed by this pull request
@racibaz racibaz merged commit 35fa0ac into main Feb 9, 2026
5 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

User module

1 participant