You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Problem is that sometimes we use simple api service to manage our multiple service for example if im working on a feature for multiple website i have i dont want to add it to all of my backend i need a service that can manage this same feature on multiple platforms so using this boiler plate for creating multiple service would help
Describe the solution you'd like
feature that simply by using an env var i choose between full server or microserice server using apikey (AUTH_TYPE = signin/register || api-key) and it will then instead of having to set authentication up from scratch just select between 2 types
Describe alternatives you've considered
no alternative for me right now
The text was updated successfully, but these errors were encountered:
However, I'm currently working on other projects and this is not my priority due to lack of time.
On the other hand, this project is open source, so you're free to use it as a PR to improve this boilerplate.
You can also add me on discord if you want us to go over this feature together (tag: imjustlucas)
perhaps in the near future, I'll touch up and update this boilerplate to make it, as you said, a micro-service!
hey im sorry i was working on different stuff lately so didnt notice the comment, it would be great if i can help with that and thanks for replying btw, I'll add you on discord.
Is your feature request related to a problem? Please describe.
Problem is that sometimes we use simple api service to manage our multiple service for example if im working on a feature for multiple website i have i dont want to add it to all of my backend i need a service that can manage this same feature on multiple platforms so using this boiler plate for creating multiple service would help
Describe the solution you'd like
feature that simply by using an env var i choose between full server or microserice server using apikey (AUTH_TYPE = signin/register || api-key) and it will then instead of having to set authentication up from scratch just select between 2 types
Describe alternatives you've considered
no alternative for me right now
The text was updated successfully, but these errors were encountered: