Giter Site home page Giter Site logo

meili-ng / meiling.js Goto Github PK

View Code? Open in Web Editor NEW
20.0 6.0 5.0 1.42 MB

meiliNG: Easy Identity/Login Infrastructure, Next Generation. Supports oAuth2 and OpenID Connect specifications

Home Page: https://meili.ng

License: MIT License

JavaScript 5.14% TypeScript 94.80% Dockerfile 0.07%
oauth2 openid-connect openid openid-server openid-provider oauth2-server oauth2-provider hacktoberfest

meiling.js's People

Contributors

alex4386 avatar baw-appie avatar danieluhm2004 avatar dependabot[bot] avatar kdhkr avatar ldmsys avatar stella-it-bot avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

meiling.js's Issues

Implement meiling endpoints for editing applications

Things to implement

  • Basic Check of User Authentication
  • Revoking User Application Authentication
  • Deleting Application
  • Authorized Permissions
  • Redirect URI updates
  • Add/Remove Allowed Permissions on Application
  • Add/Remove Client Secret
  • Creating Application

Create Public `staging` server

Currently, Testing Full functionality of Meiling Gatekeeper requires a proper frontend:

Which is available as following:

But testing requires proper frontend at the moment.
Therefore, We can host Stella IT's proprietary frontend (with removed some proprietary stuff that only works on Stella IT's internal fork. e.g. Stella IT Korean ID Verification System, E2E Session Exchange) on fe.staging.meili.ng for everyone to test it out.

Fix wrongly configured CORS policy on /v1/oauth/*

Currently CORS Policy for /v1/meiling/* is enforced on /v1/oauth/*.
This seems to be a relatively easy fix.

CORS policy for /v1/oauth/* should be wildcard.
Since JavaScript Applications can access it.

Implement Opensource frontend of meiliNG

Currently it is implemented by @kdhkr, but due to lack of API Docs, This seems to be a hard task.
This issue is for tracking any issues arise from implementing opensource frontend of meiliNG

Implement Client_Secret less implicit flows

If the client doesn't have registered client_secret, It will be considered as public application.

Public applications can NOT have proper client_secret, therefore PKCE as defined on #1 should be implemented beforehand.

Implement email/phone verification

Things to do

  • Add external notification api configuration point (currently, private repository)
  • Create common function to call external notification api
  • implement phone verification in session

implement signup options

meiling should able to define user data to collect (ex. firstname = optional).
This should be implemented in config.json

Create Password Reset

Feature to implement

User should able to reset password since a lot of user forgot their password, and very frequently.

Implement flow

  • Requesting challenge
  • Verify Challenge
  • Change Password

Implement OpenID id_token

The /v1/oauth/token endpoint should return JWT based id_token when it was requested with openid permission.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.