From: Sofia R. <so...@so...> - 2018-09-04 18:02:06
|
Hello Rob and Colin and All. Just wanted to through in my two cents. User Authentication in JBrowse is definitely something we are interested in. We would LOVE to be able to keep some tracks private, such as on going research, while the rest are open to the world. Right now I have to set up two separate JBrowse installations to get what we need, and it is sometimes kinda a pain to remember to do what I need to do in both. Thanks, Sofia On Tue, Sep 4, 2018 at 7:59 AM, Hulse-Kemp, Amanda - ARS < Ama...@ar...> wrote: > On our side it would seem beneficial, as there is a lot of “polishing” > work to be done on Jbrowse before you want it officially public outside of > the research group. It would be ideal where something could start as > accessible in private files and then move over to anonymous access. I am > thinking in terms of large amounts of projects and something to allow this > to be done relatively easy, without too much intervention of IT permissions > etc. as many of the scientists handling it would not be able to work > through those hurdles. > > > > It appears there is a possibility through Apollo, however that is an extra > step and I have found is not exactly possible through CyVerse hosting and > must be on a private server – unless someone has experience with doing > this?? > > > > Best, > > Amanda > > > > *From:* Colin <col...@gm...> > *Sent:* Friday, August 31, 2018 6:33 PM > *To:* Nathan Dunn <nat...@lb...> > *Cc:* Robert Buels <rb...@gm...>; Hulse-Kemp, Amanda - ARS < > Ama...@AR...>; gmo...@li... > *Subject:* Re: [Gmod-ajax] Jbrowse Authentication > > > > Is it specifically desirable to access data remotely hosted in CyVerse? > > > > I know araport has written about this to some extent but I haven't > extensively looked into it > > > > https://github.com/Arabidopsis-Information-Portal/CyverseRemoteTracks > > > > It does say that it is made to allow anonymous which I assume means public > access, but it would be very cool if it could be extended to access private > files too > > > > -Colin > > > > On Fri, Aug 31, 2018 at 6:05 PM Nathan Dunn <nat...@lb...> wrote: > > > > I’d advocate wrapping your JBrowse page in an client-side app that uses > GitHub or Google+ for authentication. > > > > If you’re really lazy (like me), I would use something like auth0 to > manage allowable users. Its typically not a ton of code: > https://auth0.com/docs/quickstart/spa/vanillajs > > > > Something like this (or just simply a GitHub authenticator) would make a > great JBrowse plugin. > > > > Nathan > > > > > > On Aug 31, 2018, at 2:01 PM, Robert Buels <rb...@gm...> wrote: > > > > Ccing gmod-ajax list, since he JBrowse community probably has better > feedback on authentication than I do. > > > > Most people who password protect JBrowse installations use the standard > HTTP Basic authentication, configured at the level of the web server. This > works fine with JBrowse, and no additional configuration is needed, as long > as he JBrowse main page (jbowse/index.html) is configured to be > authenticated under the same scheme as the other data resources. > > > > There hasn’t been a lot of demand for additional authentication features, > but the dev team is certainly open to discussing adding some. > > > > Hope this helps! > > > > Rob > > > > On Fri, Aug 31, 2018 at 8:32 AM Hulse-Kemp, Amanda - ARS < > Ama...@ar...> wrote: > > Hello Robert, > > > > I am working with GOnRamp group as a way to launch Jbrowse instances for > USDA associated genome publications with data hosting in Cyverse. I have > developed a test version of my genome and currently have it implemented, > however I’d really like to be able to password protect the URL. I see a > number of discussions on password protection, and wanted to contact you to > discuss where you were with that? > > > > Best, > > Amanda > > > > Amanda Hulse-Kemp, Ph.D. > > Computational Biologist > > USDA-ARS, Genomics and Bioinformatics Research Unit > > 1244 Williams Hall | North Carolina State University | Raleigh | NC | 27695 > > ama...@ar... > > 919-515-7599 > > > > > > > > This electronic message contains information generated by the USDA solely > for the intended recipients. Any unauthorized interception of this message > or the use or disclosure of the information it contains may violate the law > and subject the violator to civil or criminal penalties. If you believe you > have received this message in error, please notify the sender and delete > the email immediately. > > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot______ > _________________________________________ > Gmod-ajax mailing list > Gmo...@li... > https://lists.sourceforge.net/lists/listinfo/gmod-ajax > > > > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot______ > _________________________________________ > Gmod-ajax mailing list > Gmo...@li... > https://lists.sourceforge.net/lists/listinfo/gmod-ajax > > > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Gmod-ajax mailing list > Gmo...@li... > https://lists.sourceforge.net/lists/listinfo/gmod-ajax > > |