Login system on theia??
February 22, 2020 at 2:53pmLogin system on theia??
February 22, 2020 at 2:53pmIs it possible to make a login system on theia?? Are there any examples
February 22, 2020 at 3:27pm
The application purposely does not provide any means of authentication/login. It'd be up to the application developer using the framework to provide such functionality. There has been previous discussions on the topic with relevant links: https://github.com/eclipse-theia/theia/issues/7106
Can I build an extension with html and css and php in which first my page opens and then if there is a okay given from the server then the page disappears and then the IDE is codable
And can I build a full page I mean not the editor page but like a page that covers the whole screen of the editor in the extension
??
February 23, 2020 at 4:16am
February 24, 2020 at 12:14pm
Hi , Maybe what you describe would be possible, but you may not have to reinvent the wheel. For example see: https://eclipsesource.com/blogs/2018/01/11/authenticating-reverse-proxy-with-keycloak/